mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 12:58:26 +00:00
travis etc
This commit is contained in:
parent
cc566b1126
commit
d2e0da7bb7
3 changed files with 20 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -17,3 +17,6 @@ include/
|
|||
lib/
|
||||
pip-selfcheck.json
|
||||
pyvenv.cfg
|
||||
|
||||
htmlcov
|
||||
.coverage
|
15
.travis
Normal file
15
.travis
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
|
@ -3,4 +3,5 @@ pytest
|
|||
pytest-cov
|
||||
betamax
|
||||
betamax_serializers
|
||||
pillow
|
||||
pillow
|
||||
coveralls
|
Loading…
Add table
Reference in a new issue