]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Only run linting on 3.6
authorTom Christie <tom@tomchristie.com>
Mon, 25 Jun 2018 13:57:13 +0000 (14:57 +0100)
committerTom Christie <tom@tomchristie.com>
Mon, 25 Jun 2018 13:57:13 +0000 (14:57 +0100)
.travis.yml

index 89fe0d564c70363012d88b4f47f89263f07c75ad..6637e49dfad906ed264d533d94ca7b6e8ee6c654 100644 (file)
@@ -11,7 +11,7 @@ install:
 
 script:
     - scripts/test
-    - scripts/lint
+    - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then scripts/lint; fi
 
 after_script:
     - codecov