mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
parent
2c4f21514c
commit
c31db74fca
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
[run]
|
||||
omit = */site-packages/plexapi/*
|
||||
|
||||
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
|
|
|
@ -42,6 +42,10 @@ after_success:
|
|||
after_script:
|
||||
- '[ -z "${PLEXAPI_AUTH_MYPLEX_USERNAME}" ] || PYTHONPATH="$PWD:$PYTHONPATH" python -u tools/plex-teardowntest.py'
|
||||
|
||||
|
||||
notifications:
|
||||
webhooks: https://coveralls.io/webhook
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- python: 3.6
|
||||
|
|
Loading…
Reference in a new issue