1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
SickRage/.travis.yml
2014-11-17 02:25:09 -08:00

20 lines
209 B
YAML

language: python
python:
- 2.6
- 2.7
# whitelist
branches:
only:
- develop
install:
- pip install cheetah
before_script:
- cd ./tests
- chmod +x ./all_tests.py
script:
- ./all_tests.py