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

13 lines
136 B
YAML
Raw Normal View History

language: python
python:
- 2.6
- 2.7
2014-11-17 05:09:21 -05:00
# whitelist
branches:
only:
- develop
before_script: cd ./tests
2014-11-17 05:09:21 -05:00
script: ./all_tests.py