mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-06 02:59:22 +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"
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user