From af5364b0dc2b5bce2386cd849b0e1903f84d08b4 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 4 Mar 2021 20:33:35 +0100 Subject: [PATCH] .travis.yml: Disable optional dependencies on py3.6, python-cryptography no longer supports it. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3df1b25c2..ef21b1c08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ matrix: env: WITH_OPT_DEPS=false dist: trusty - python: "3.6" - env: WITH_OPT_DEPS=true + env: WITH_OPT_DEPS=false dist: trusty - python: "3.7"