mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
t
This commit is contained in:
parent
0b6834a1f4
commit
551dfe2423
1 changed files with 5 additions and 2 deletions
|
@ -4,11 +4,14 @@ python:
|
|||
- "2.7"
|
||||
- "3.5"
|
||||
|
||||
before_install:
|
||||
- pip install pytest pytest-cov
|
||||
- pip install coveralls
|
||||
|
||||
install:
|
||||
- pip install .
|
||||
- pip install -r requirements_dev.txt
|
||||
|
||||
script: pytest tests/tests_pytest --cov-config .coveragerc --cov=plexapi --cov-report=html
|
||||
script: py.test tests/tests_pytest --cov-config .coveragerc --cov=plexapi --cov-report=html
|
||||
|
||||
after_success:
|
||||
- coveralls
|
Loading…
Reference in a new issue