Remove req doc

This commit is contained in:
Michael Shepanski 2017-04-30 02:02:58 -04:00
parent fe9329e9c3
commit 6efa9bd7da

View file

@ -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