From d3cf88d36565a5bd7956e4d9d20a4601e55a016e Mon Sep 17 00:00:00 2001 From: Michael Shepanski Date: Sat, 29 Apr 2017 23:19:23 -0400 Subject: [PATCH] I give up building docs on travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b6eab125..b6ce80d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: