SickGear/.travis.yml

11 lines
No EOL
142 B
YAML

language: python
sudo: false
python:
- 2.6
- 2.7
install:
- pip install cheetah
before_script: cd ./tests
script: python all_tests.py