mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
10 lines
No EOL
130 B
YAML
10 lines
No EOL
130 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
|
|
install:
|
|
- pip install cheetah
|
|
|
|
before_script: cd ./tests
|
|
script: python all_tests.py |