From 9cd1c4b12da3c3d30e8c44a08d8b5673e60d1e02 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 28 Mar 2017 01:10:03 -0700 Subject: [PATCH] Update .travis.yml Too lazy to test the bash conditional statement --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6713eb8..9937698 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: - pip install . script: # https://github.com/PyCQA/pylint/issues/1113 - - if [[ $TRAVIS_PYTHON_VERSION != 3.6 && $TRAVIS_PYTHON_VERSION != nightly]]; then pylint --rcfile .pylintrc -E rtv/; fi + - if [[ $TRAVIS_PYTHON_VERSION != 3.6 ]] && [[ $TRAVIS_PYTHON_VERSION != nightly]]; then pylint --rcfile .pylintrc -E rtv/; fi - coverage run -m py.test -v after_success: - coveralls