Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Use tox for testing in Travis
Browse files Browse the repository at this point in the history
This way I don't have to repeat the hack of using a local repoze.session
tarball for Python 3 support for the 3rd time (the other two are in
buildout.cfg and tox.ini).
  • Loading branch information
mgedmin committed Dec 23, 2014
1 parent a1126f6 commit 57ba324
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: python
python:
- 2.6
- 2.7
- 3.3
sudo: false
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
install:
- pip install . --use-mirrors
- travis_retry pip install tox
script:
- python setup.py test -q
- tox
notifications:
email: false

0 comments on commit 57ba324

Please sign in to comment.