Skip to content

Commit

Permalink
Specify Python Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ide committed Jan 26, 2018
1 parent 218c019 commit 63024dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
include:
- stage: Docker Build Test
script: docker build -f Dockerfile .
python: '3.6'
- stage: Docker Build Test
script: docker build -f Dockerfile.python2 .
python: '2.7'
- stage: deploy
python: '2.7'
install: skip
Expand Down

0 comments on commit 63024dc

Please sign in to comment.