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-12-14 10:32:12 -08:00
parent c99a8e6565
commit 1b850b3aaa

View File

@ -3,7 +3,6 @@ python:
- 2.6
- 2.7
# whitelist
branches:
only:
- develop
@ -12,8 +11,10 @@ install:
- pip install cheetah
before_script:
- cd ./tests
- chmod +x ./all_tests.py
- chmod +x ./tests/all_tests.py
script:
- ./all_tests.py
- ./tests/all_tests.py
notifications:
irc: "irc.freenode.net#sickrage"