1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Update .travis.yml

This commit is contained in:
echel0n 2014-11-17 02:09:21 -08:00
parent 60c03996a6
commit ca42757ed4

View File

@ -3,8 +3,10 @@ python:
- 2.6
- 2.7
install:
- pip install cheetah
# whitelist
branches:
only:
- develop
before_script: cd ./tests
script: python all_tests.py
script: ./all_tests.py