1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-09 13:29:47 +00:00
py65/.travis.yml

12 lines
155 B
YAML
Raw Normal View History

2013-01-08 01:17:12 +00:00
# Configuration for Travis CI
language: python
python:
- "2.6"
- "2.7"
2013-10-26 23:01:08 +00:00
- "3.2"
- "3.3"
2013-01-08 01:17:12 +00:00
# command to run tests
script:
- python setup.py test -q