Skip to content

Commit

Permalink
Update versions in Travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dpoirier committed Oct 31, 2017
1 parent 75930fa commit fcfeab0
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@ language: python
python:
- "3.6"

# Test a sampling of combinations
env:
- TOXENV=py26-1.5,py27-1.5,py33-1.5
- TOXENV=py26-1.6,py27-1.6,py33-1.6
- TOXENV=py27-1.7,py33-1.7,py34-1.7
- TOXENV=py27-1.8,py33-1.8,py34-1.8
- TOXENV=py27-1.9,py34-1.9,py35-1.9
- TOXENV=py27-1.10,py34-1.10,py35-1.10
- TOXENV=py27-trunk,py34-trunk,py35-trunk
- TOXENV=py27-1.7,py34-1.7
- TOXENV=py27-1.8,py34-1.8,py36-1.8
- TOXENV=py27-1.9,py35-1.9
- TOXENV=py27-1.10,py35-1.10,py36-1.10
- TOXENV=py27-1.11,py34-1.11,py35-1.11,py36-1.11

install:
- pip install tox

script:
- tox

matrix:
allow_failures:
- env: TOXENV=py27-trunk,py33-trunk
#
#matrix:
# allow_failures:
# - env: TOXENV=py27-trunk,py33-trunk

0 comments on commit fcfeab0

Please sign in to comment.