This commit is contained in:
Hellowlol 2017-01-29 01:16:56 +01:00
parent 5ddf9a0ace
commit 770ae40272

View file

@ -9,7 +9,7 @@ install:
- pip install -r requirements_dev.txt
script: py.test tests/tests_pytest --cov-config .coveragerc --cov=plexapi --cov-report=html
script: pytest tests/tests_pytest --cov-config .coveragerc --cov=plexapi --cov-report=html
after_success:
- coveralls
- coveralls