Skip to content

Commit

Permalink
only xenial for 3.7 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlostong committed Jan 9, 2019
1 parent bbb8cc2 commit 7d0873d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- "3.4"
- "3.5.5"
- "3.6"
- "3.7"
# - "3.7" is handled in 'Test' job using xenial as Python 3.7 is not available for trusty.
- "pypy"
- "pypy3"
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
Expand Down Expand Up @@ -33,3 +33,7 @@ jobs:
script:
- "ci/trigger_fullstack-sdk-compat.sh"
after_success: skip
- stage: 'Test'
# python 3.7 not available for trusty
dist: xenial
python: "3.7"

0 comments on commit 7d0873d

Please sign in to comment.