From 49e03decc49a0a4ceaa699234cbbb73115269390 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 19 Sep 2020 10:29:41 +0200 Subject: [PATCH] .travis.yml: don't install opt deps on py 3.4 and 3.5. feedparser 6 doesn't support these versions. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad0335d8a..1a57c9f5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,10 +15,10 @@ notifications: matrix: include: - python: "3.4" - env: WITH_OPT_DEPS=true + env: WITH_OPT_DEPS=false dist: trusty - python: "3.5" - env: WITH_OPT_DEPS=true + env: WITH_OPT_DEPS=false dist: trusty - python: "3.6" env: WITH_OPT_DEPS=true