mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 17:05:03 -05:00
20 lines
249 B
YAML
20 lines
249 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
|
|
branches:
|
|
only:
|
|
- develop
|
|
|
|
install:
|
|
- pip install cheetah
|
|
|
|
before_script:
|
|
- chmod +x ./tests/all_tests.py
|
|
|
|
script:
|
|
- ./tests/all_tests.py
|
|
|
|
notifications:
|
|
irc: "irc.freenode.net#sickrage-updates" |