1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Update .travis.yml

This commit is contained in:
echel0n 2014-11-17 02:10:03 -08:00
parent 75b6d2f51a
commit 90bf7b8f3b

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