1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-08-07 22:25:01 +00:00

Use tox to run the tests on travis

This commit is contained in:
Mike Naberezny
2014-05-03 17:36:49 -07:00
parent 15dabcfd4c
commit c252735b7e

View File

@@ -1,12 +1,12 @@
# Configuration for Travis CI
language: python language: python
python: env:
- "2.6" - TOXENV=py26
- "2.7" - TOXENV=py27
- "3.2" - TOXENV=pypy
- "3.3" - TOXENV=py32
- "pypy" - TOXENV=py33
# command to run tests # - TOXENV=py34 # Travis-CI does not support 3.4 yet
install:
- travis_retry pip install tox==1.6.1
script: script:
- python setup.py test -q - travis_retry tox