python-plexapi/.travis
2017-02-01 20:45:54 +01:00

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