mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-05 18:49:23 +01:00
.travis.yml: Allow failures for pypy3 + opt deps.
'cryptography' can't be installed because of errors thrown by gcc.
This commit is contained in:
parent
772ec8d6a9
commit
aceb7baeb2
@ -40,11 +40,12 @@ matrix:
|
||||
- python: "pypy3"
|
||||
env: WITH_OPT_DEPS=false
|
||||
dist: trusty
|
||||
- python: "pypy3"
|
||||
env: WITH_OPT_DEPS=true
|
||||
dist: xenial
|
||||
|
||||
# allow_failures:
|
||||
- python: "nightly"
|
||||
env: WITH_OPT_DEPS=true
|
||||
dist: xenial
|
||||
|
||||
allow_failures:
|
||||
- python: "pypy3"
|
||||
env: WITH_OPT_DEPS=true
|
||||
dist: xenial
|
||||
|
Loading…
Reference in New Issue
Block a user