Skip to content

Commit

Permalink
Fix travis build after change from "precise" to "trusty"
Browse files Browse the repository at this point in the history
Travis recently has changed its dist from "precise" to "trusty", so
some Python versions are no longer installed by default
  • Loading branch information
nicoddemus committed Jul 23, 2017
1 parent bda07d8 commit d5bb200
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ env:
- TOXENV=coveralls
# note: please use "tox --listenvs" to populate the build matrix below
- TOXENV=linting
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=py27-pexpect
- TOXENV=py27-xdist
- TOXENV=py27-trial
Expand All @@ -32,6 +29,12 @@ env:

matrix:
include:
- env: TOXENV=py26
python: '2.6'
- env: TOXENV=py33
python: '3.3'
- env: TOXENV=pypy
python: 'pypy-5.4'
- env: TOXENV=py36
python: '3.6'
- env: TOXENV=py37
Expand Down

0 comments on commit d5bb200

Please sign in to comment.