Skip to content

Commit

Permalink
Switch to tox-travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 5, 2015
1 parent e9b795f commit 8736143
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
language: python
sudo: false
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=pypy
- 2.6
- 2.7
- 3.3
- 3.4
- pypy
install:
- travis_retry pip install tox
- pip install tox-travis
script:
- tox
notifications:
Expand Down

0 comments on commit 8736143

Please sign in to comment.