Skip to content

Commit

Permalink
Use tox for testing in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 23, 2014
1 parent 126736d commit 8d62657
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.3
- 3.4
- pypy
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
install:
- pip install .
- pip install zope.browserpage[test]
- travis_retry pip install tox
script:
- python setup.py test -q
- tox
notifications:
email: false

0 comments on commit 8d62657

Please sign in to comment.