From 5abece033be2b91c4e2c1103ba041504fc7fab0a Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Sun, 9 May 2021 14:59:03 +0300 Subject: [PATCH] Remove Python 3.4 tests from Travis, dependency error --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8da093a..f5adf04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - 2.7 -- 3.4 - 3.5 - 3.6 - 3.7