mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-11 03:45:01 -05:00
17 lines
186 B
YAML
17 lines
186 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
|
|
branches:
|
|
only:
|
|
- develop
|
|
|
|
install:
|
|
- pip install cheetah
|
|
|
|
script:
|
|
- make tests-all
|
|
|
|
notifications:
|
|
irc: "irc.freenode.net#sickrage" |