Skip to content

Commit

Permalink
Use tox-travis which allows a less verbose notation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Aug 8, 2016
1 parent 3dc4ca1 commit e0ecf2c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: python
python:
- "3.5"
- 2.7
- 3.3
- 3.4
- 3.5
sudo: false
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
install:
- pip install tox
- pip install tox-travis
script:
- tox
notifications:
Expand Down

0 comments on commit e0ecf2c

Please sign in to comment.