1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-01-19 23:31:03 +00:00
py65/.travis.yml

13 lines
166 B
YAML
Raw Normal View History

2013-01-07 17:17:12 -08:00
# Configuration for Travis CI
language: python
python:
- "2.6"
- "2.7"
2013-10-26 16:01:08 -07:00
- "3.2"
- "3.3"
2014-01-21 15:59:16 -08:00
- "pypy"
2013-01-07 17:17:12 -08:00
# command to run tests
script:
- python setup.py test -q