From 879725f86f9e96be7548931442b664190a86f8e6 Mon Sep 17 00:00:00 2001 From: Anthony Delosa Date: Wed, 31 Oct 2018 22:36:03 +1000 Subject: [PATCH] No 3.7 support at Travis yet.. removed --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 106683c..9454893 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ python: - "3.4" - "3.5" - "3.6" - - "3.7" - "pypy" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors