1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-11 03:45:01 -05:00
SickRage/.travis.yml
2014-11-17 02:19:32 -08:00

16 lines
170 B
YAML

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