.travis.yml: Allow failures for pypy3 + opt deps.

'cryptography' can't be installed because of errors thrown by gcc.
This commit is contained in:
Valentin Lorentz 2021-01-12 00:55:48 +01:00
parent 772ec8d6a9
commit aceb7baeb2

View File

@ -40,11 +40,12 @@ matrix:
- python: "pypy3" - python: "pypy3"
env: WITH_OPT_DEPS=false env: WITH_OPT_DEPS=false
dist: trusty dist: trusty
- python: "pypy3"
env: WITH_OPT_DEPS=true
dist: xenial
# allow_failures:
- python: "nightly" - python: "nightly"
env: WITH_OPT_DEPS=true env: WITH_OPT_DEPS=true
dist: xenial dist: xenial
allow_failures:
- python: "pypy3"
env: WITH_OPT_DEPS=true
dist: xenial