From 9317a6734524e02ccec8ce33c6ff12b80d19388b Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 25 Jul 2020 15:46:12 +0200 Subject: [PATCH] .travis.yml: don't test optional dependencies on pypy3 + trusty, python-cryptography can't build against the system openssl anymore. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d8d8a0f25..ad0335d8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ matrix: dist: xenial - python: "pypy3" - env: WITH_OPT_DEPS=true + env: WITH_OPT_DEPS=false dist: trusty - python: "pypy3" env: WITH_OPT_DEPS=true