mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 12:58:26 +00:00
Drop --cov-report=html; See if that stops Travis from getting stuck after running tests
This commit is contained in:
parent
4b1a564409
commit
0791f71182
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ install:
|
|||
- pip install -r requirements_doc.txt
|
||||
|
||||
script:
|
||||
- py.test tests --tb=native --verbose --cov-config .coveragerc --cov=plexapi --cov-report=html
|
||||
- py.test tests --tb=native --verbose --cov-config .coveragerc --cov=plexapi
|
||||
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
Loading…
Add table
Reference in a new issue