Add pypy3 back to allowed_failures.

This commit is contained in:
Valentin Lorentz 2016-01-03 12:39:58 +01:00
parent 1010ea244b
commit 10acc0a0dc
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ notifications:
email: false
matrix:
fast_finish: true
allow_failures:
- python: "pypy3" # https://bitbucket.org/pypy/pypy/issues/2129/local-variable-val-referenced-before
exclude:
- python: "2.6"
env: WITH_OPT_DEPS=false