]> Devi Nivas Git - chevron.git/commitdiff
Add Python 3.7 to the Python list
authorNoah Morrison <noah+github@morrison.ph>
Sun, 21 Apr 2019 20:03:14 +0000 (16:03 -0400)
committerGitHub <noreply@github.com>
Sun, 21 Apr 2019 20:03:14 +0000 (16:03 -0400)
.travis.yml

index 01bf1185728a1eeeec04e86c418624c186a198a4..68db58b7288b297dd4bdb9b60068cf5c7b35aef5 100644 (file)
@@ -9,6 +9,7 @@ python:
   - '3.4'
   - '3.5'
   - '3.6'
+  - '3.7'
   - pypy
 
 matrix: