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

10 lines
135 B
YAML

# Configuration for Travis CI
language: python
python:
- "2.6"
- "2.7"
# command to run tests
script:
- python setup.py test -q