mirror of
https://github.com/moparisthebest/SickRage
synced 2024-10-31 15:35:01 -04:00
20 lines
209 B
YAML
20 lines
209 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
|
|
# whitelist
|
|
branches:
|
|
only:
|
|
- develop
|
|
|
|
install:
|
|
- pip install cheetah
|
|
|
|
before_script:
|
|
- cd ./tests
|
|
- chmod +x ./all_tests.py
|
|
|
|
script:
|
|
- ./all_tests.py
|