1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-01-07 03:48:02 -05: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.6
- 2.7 - 2.7
install: # whitelist
- pip install cheetah branches:
only:
- develop
before_script: cd ./tests before_script: cd ./tests
script: python all_tests.py script: ./all_tests.py