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:
20
.travis.yml
20
.travis.yml
@@ -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
|
||||||
|
Reference in New Issue
Block a user