SickGear/.travis.yml

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