From 867dc24f83564c16c7820318f3346ade91218ce5 Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Sat, 14 Jul 2018 16:28:15 -0400 Subject: [PATCH] Temporarily disable Python 3.7 from Travis build Currently Travis doesn't support Python 3.7 yet, but this should be addressed soon: https://github.com/travis-ci/travis-ci/issues/9815 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d3ccf34..0c88e89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "3.4" - "3.5" - "3.6" - - "3.7" + # - "3.7" # TODO: Re-enable after https://github.com/travis-ci/travis-ci/issues/9815 is fixed sudo: false install: - pip install tox-travis