]> Devi Nivas Git - chevron.git/commitdiff
Run flake8 and publish on Python 3.7
authorNoah Morrison <noah+github@morrison.ph>
Sun, 21 Apr 2019 19:56:56 +0000 (15:56 -0400)
committerGitHub <noreply@github.com>
Sun, 21 Apr 2019 19:56:56 +0000 (15:56 -0400)
.travis.yml

index 96e9887c87debe71ae1a9763c1af4117b63e20e3..01bf1185728a1eeeec04e86c418624c186a198a4 100644 (file)
@@ -13,9 +13,10 @@ python:
 
 matrix:
   include:
-  - env:
+  - python: 3.7
+    env:
     - TOXENV=flake8
-  - python: 3.6
+  - python: 3.7
     env:
     - PUBLISH="true"
     install: