mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
I give up building docs on travis
This commit is contained in:
parent
9b1b5d26dd
commit
d3cf88d365
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ install:
|
|||
|
||||
script:
|
||||
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then py.test tests --tb=native --verbose --cov-config .coveragerc --cov=plexapi; fi
|
||||
- pwd && cd docs && sphinx-build -aE . _build
|
||||
- flake8 plexapi --exclude=compat.py --max-line-length=120 --ignore=E128,E701,E702,E731,W293
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue