.travis.yml: don't test optional dependencies on pypy3 + trusty, python-cryptography can't build against the system openssl anymore.

This commit is contained in:
Valentin Lorentz 2020-07-25 15:46:12 +02:00
parent 8f72c418e5
commit 9317a67345
1 changed files with 1 additions and 1 deletions

View File

@ -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