python-plexapi/.travis

16 lines
237 B
Text
Raw Normal View History

2017-01-29 00:10:28 +00:00
language: python
python:
- "2.7"
2017-01-29 00:13:28 +00:00
- "3.5"
2017-01-29 00:10:28 +00:00
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