1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-05 19:28:57 +00:00
py65/.travis.yml

13 lines
236 B
YAML
Raw Normal View History

2013-01-08 01:17:12 +00:00
language: python
2014-05-04 00:36:49 +00:00
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
2013-01-08 01:17:12 +00:00
script:
2014-05-04 00:36:49 +00:00
- travis_retry tox