1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-11-02 19:04:38 +00:00
py65/.travis.yml

10 lines
135 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"
# command to run tests
script:
- python setup.py test -q