mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
16 lines
No EOL
237 B
Text
16 lines
No EOL
237 B
Text
language: python
|
|
|
|
python:
|
|
- "2.7"
|
|
- "3.5"
|
|
|
|
|
|
install:
|
|
- pip install .
|
|
- pip install -r requirements_dev.txt
|
|
|
|
|
|
script: py.test tests/tests_pytest --cov-config .coveragerc --cov=plexapi --cov-report=html
|
|
|
|
after_success:
|
|
- coveralls |