SickGear/.travis.yml

11 lines
142 B
YAML
Raw Normal View History

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