Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
travis: use tox-travis to play nicely with python 3.6
Browse files Browse the repository at this point in the history
This still invokes lowest,release,devel just scoped per python version.
  • Loading branch information
anthraxx committed Sep 6, 2017
1 parent 9c9ac50 commit eee6525
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
sudo: false
language: python

env:
- TOXENV=py27-lowest
- TOXENV=py27-release
- TOXENV=py27-devel
- TOXENV=py34-lowest
- TOXENV=py34-release
- TOXENV=py34-devel
- TOXENV=py35-lowest
- TOXENV=py35-release
- TOXENV=py35-devel
- TOXENV=py36-lowest
- TOXENV=py36-release
- TOXENV=py36-devel
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
install:
- pip install tox
- pip install tox-travis
script:
- tox

0 comments on commit eee6525

Please sign in to comment.