Skip to content

Commit

Permalink
Use tox as the test runner + test the python versions supported by th…
Browse files Browse the repository at this point in the history
…e py3 branch.
  • Loading branch information
Michael Howitz committed Jul 7, 2016
1 parent e283d1e commit 54d3897
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# manual (marker for update script)
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
install:
- pip install ZODB-4.0.0dev.tar.gz --use-mirrors
- pip install . --use-mirrors
- pip install tox-travis
script:
- python setup.py test -q
- tox
notifications:
email: false

0 comments on commit 54d3897

Please sign in to comment.