1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-01 18:41:32 +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
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "pypy"
# command to run tests
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=pypy
- TOXENV=py32
- TOXENV=py33
# - TOXENV=py34 # Travis-CI does not support 3.4 yet
install:
- travis_retry pip install tox==1.6.1
script:
- python setup.py test -q
- travis_retry tox