From e47549131adde6ce98589055d1ad91969760cdcb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 17 Apr 2020 23:10:44 +0300 Subject: [PATCH] Remove Python 3.4 from CI. It's not supported anymore and PyYAML refuses to install with that version. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3dc7fc4..6972959 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.7" - - "3.4" - "3.5" - "3.6" - "3.7" -- GitLab