From 6efa9bd7da1da2091b9c9a058d84b043c56314f8 Mon Sep 17 00:00:00 2001 From: Michael Shepanski Date: Sun, 30 Apr 2017 02:02:58 -0400 Subject: [PATCH] Remove req doc --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b6ce80d3..b45816d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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