Skip to content

Commit 6a2937f

Browse files
committedSep 20, 2018
Update from invoke-base
2 parents 673abf5 + 0ef833e commit 6a2937f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+960
-346
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.DS_Store
77

88
# Python environment
9-
/env35
9+
/env36
1010

1111
# Python compilation
1212
*.pyc

‎.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo: required
55
language: python
66

77
python:
8-
- "3.5.2"
8+
- "3.6.6"
99

1010
services:
1111
- docker
@@ -18,7 +18,7 @@ cache:
1818

1919
install:
2020
# Install Python dependencies
21-
- python -m pip install --upgrade pip==9.0.1
21+
- python -m pip install --upgrade pip==18.0
2222
- python -m pip install -r requirements3.txt
2323

2424
# Install Docker and Docker-Compose
@@ -35,7 +35,7 @@ install:
3535
- docker-compose version
3636

3737
# Invoke will get our other dependencies
38-
- invoke update_dependencies
38+
- invoke dependencies_ensure
3939

4040
# Build our Dockerfiles - docker build -f Dockerfile .
4141
script:

0 commit comments

Comments
 (0)
Please sign in to comment.