mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
13 lines
No EOL
240 B
YAML
13 lines
No EOL
240 B
YAML
language: python
|
|
sudo: false
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
|
|
install:
|
|
- pip install cheetah
|
|
- pip install coveralls
|
|
|
|
before_script: cd ./tests
|
|
script: coverage run --source=.. --omit=../lib/*,../tornado/* all_tests.py
|
|
after_success: coveralls |