From 27a49d958b2c07fd854f5d960cd65f6eb9a596d7 Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Thu, 2 Aug 2018 12:27:12 -0400 Subject: [PATCH] Actually, Travis doesn't support Python 3.7 yet - remove --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05ed88e..7657ac5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ python: - "3.4" - "3.5" - "3.6" - - "3.7" - "pypy" # PyPy3 build fails with various errors -- comment out for now # - "pypy3"