Drop --cov-report=html; See if that stops Travis from getting stuck after running tests

This commit is contained in:
Michael Shepanski 2017-02-19 22:40:31 -05:00
parent 4b1a564409
commit 0791f71182

View file

@ -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