mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
Remove req doc
This commit is contained in:
parent
fe9329e9c3
commit
6efa9bd7da
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ before_install:
|
|||
|
||||
install:
|
||||
- pip install -r requirements_dev.txt
|
||||
- pip install -r requirements_doc.txt
|
||||
|
||||
script:
|
||||
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then py.test tests --tb=native --verbose --cov-config .coveragerc --cov=plexapi; fi
|
||||
|
|
Loading…
Reference in a new issue