From 0e56ecebfae769a18127f53f7d017e1f67525a3f Mon Sep 17 00:00:00 2001 From: Michael Shepanski Date: Mon, 27 Feb 2017 21:27:52 -0500 Subject: [PATCH] Add quotes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fca863a8..06c6671a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: - pip install -r requirements_doc.txt script: - - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash py.test tests -s --tb=native --verbose --cov-config .coveragerc --cov=plexapi; fi + - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash py.test tests -s --tb=native --verbose --cov-config .coveragerc --cov=plexapi; fi' - flake8 plexapi --exclude=compat.py --max-line-length=120 --ignore=E128,E701,E702,E731,W293 after_success: