From eef545df413f4d451209ca32ee78da344d2a10d4 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 25 Jun 2018 14:57:13 +0100 Subject: [PATCH] Only run linting on 3.6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89fe0d56..6637e49d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: script: - scripts/test - - scripts/lint + - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then scripts/lint; fi after_script: - codecov