From 4bd079f8710624240c5396c80b652766aaf4e317 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 14 Mar 2018 18:28:18 -0400 Subject: [PATCH] there's one solution (to a temporary problem) Signed-off-by: Kenneth Reitz --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0c1ae06..e826a6a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ sudo: false language: python python: - - "3.4" - - "3.5" + # - "3.4" + # - "3.5" - "3.6" # - "3.7-dev" # - "pypy" -- appears to hang