mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-06 20:37:18 +00:00
Use tox to run the tests on travis
This commit is contained in:
parent
15dabcfd4c
commit
c252735b7e
20
.travis.yml
20
.travis.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user