Skip to content

Commit

Permalink
Use tox for the tests on Travis. (#3)
Browse files Browse the repository at this point in the history
Use tox for the tests on Travis + update to test the supported versions.
  • Loading branch information
Michael Howitz committed Oct 25, 2016
1 parent f52ab42 commit bab7e27
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.4
- 3.5
- 3.6-dev
- pypy
install:
- pip install .
- pip install tox
script:
- python setup.py test -q
- tox -e py
notifications:
email: false

0 comments on commit bab7e27

Please sign in to comment.