Skip to content

Commit

Permalink
Use tox for Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 26, 2014
1 parent 305efbe commit 0237dd7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
@@ -1,10 +1,11 @@
language: python
python:
- 2.6
- 2.7
sudo: false
env:
- TOXENV=py26
- TOXENV=py27
install:
- pip install . --use-mirrors
- travis_retry pip install tox
script:
- python setup.py test -q
- tox
notifications:
email: false

0 comments on commit 0237dd7

Please sign in to comment.