SickGear/.travis.yml
JackDandy 48a27e57a0 Add detection of password protected rars with config/Post Processing/'Unpack downloads' enabled.
Change post process to cleanup filenames with config/Post Processing/'Unpack downloads' enabled.
Change post process to join incrementally named (i.e. file.001 to file.nnn) split files.
Change replace unrar2 lib with rarfile 3.0 and UnRAR.exe 5.40 beta 4 freeware.
Change post process "Copy" to delete redundant files after use.
2016-08-22 16:09:07 +01:00

12 lines
No EOL
232 B
YAML

language: python
sudo: false
python:
- 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