travis etc

This commit is contained in:
Hellowlol 2017-01-29 01:10:28 +01:00
parent cc566b1126
commit d2e0da7bb7
3 changed files with 20 additions and 1 deletions

3
.gitignore vendored
View file

@ -17,3 +17,6 @@ include/
lib/
pip-selfcheck.json
pyvenv.cfg
htmlcov
.coverage

15
.travis Normal file
View 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

View file

@ -3,4 +3,5 @@ pytest
pytest-cov
betamax
betamax_serializers
pillow
pillow
coveralls