Files
python-ts3/.travis.yml
2013-10-27 17:08:05 +00:00

8 lines
116 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# command to run tests
script: python setup.py test