mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 17:05:03 -05:00
11 lines
138 B
YAML
11 lines
138 B
YAML
language: python
|
|
python:
|
|
- 2.5
|
|
- 2.6
|
|
- 2.7
|
|
|
|
install:
|
|
- pip install cheetah
|
|
|
|
before_script: cd ./tests
|
|
script: python all_tests.py |