From 2758b8b0f029abb9166eb1f124dcabe1bd35e949 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 27 May 2017 22:56:43 -0400 Subject: [PATCH] improve speed of travis-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e456e0cd..4617621c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - "3.4" - "3.5" - "3.6" - - "3.7-dev" + # - "3.7-dev" # - "pypy" -- appears to hang # - "pypy3" # command to install dependencies