Skip to content

Commit

Permalink
Switch to tox-travis for tests
Browse files Browse the repository at this point in the history
Because tox-travis is awesome.
  • Loading branch information
mgedmin committed Nov 5, 2015
1 parent 28ec01b commit 895773f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
@@ -1,11 +1,11 @@
language: python
sudo: false
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
python:
- 2.6
- 2.7
- 3.3
install:
- travis_retry pip install tox
- pip install tox-travis
script:
- tox
notifications:
Expand Down

0 comments on commit 895773f

Please sign in to comment.