Skip to content

Commit

Permalink
Speedup Travis CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chovanecm committed Dec 31, 2017
1 parent 3cd2d26 commit 4a34488
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
before_script:
- pip install tox
env:
- TOX_ENV=py35
- TOX_ENV=py36
- TOX_ENV=coverage
- INFO=PythonTests
script:
- tox -e $TOX_ENV
- tox -e py35
- tox -e py36
- tox -e coverage

- language: python
python: "3.5"
Expand Down

0 comments on commit 4a34488

Please sign in to comment.