mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-30 08:23:37 +00:00
48a27e57a0
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.
12 lines
No EOL
232 B
YAML
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 |