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