mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-10 12:59:22 +01:00
Add pypy3 back to allowed_failures.
This commit is contained in:
parent
1010ea244b
commit
10acc0a0dc
@ -26,6 +26,8 @@ notifications:
|
|||||||
email: false
|
email: false
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
allow_failures:
|
||||||
|
- python: "pypy3" # https://bitbucket.org/pypy/pypy/issues/2129/local-variable-val-referenced-before
|
||||||
exclude:
|
exclude:
|
||||||
- python: "2.6"
|
- python: "2.6"
|
||||||
env: WITH_OPT_DEPS=false
|
env: WITH_OPT_DEPS=false
|
||||||
|
Loading…
Reference in New Issue
Block a user