1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-03-04 10:29:52 -05:00
SickRage/.travis.yml

20 lines
241 B
YAML
Raw Normal View History

language: python
python:
- 2.6
- 2.7
2014-11-17 02:10:03 -08:00
branches:
only:
- develop
2014-11-17 02:19:32 -08:00
install:
- pip install cheetah
before_script:
- chmod +x ./tests/all_tests.py
2014-11-17 02:24:58 -08:00
script:
- ./tests/all_tests.py
2014-12-13 15:27:29 -08:00
notifications:
irc: "irc.freenode.net#sickrage"