SickRage/.travis.yml

20 lines
249 B
YAML
Raw Normal View History

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