From 803c4f3dc2493593af749aac122e5aed2281e651 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sun, 10 Mar 2019 10:38:26 +0100 Subject: [PATCH] Disable Python 3.7 Travis testing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c77f38c..e84d8f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: python: - "2.7" - "3.5" - - "3.7" +# - "3.7" # Python 3.7 is not available on travis CI yet install: - pip install tox-travis - sh get_testdata.sh