.travis.yml: Allow failures on Pypy3.

This commit is contained in:
Valentin Lorentz 2015-08-30 15:55:26 +02:00
parent c587900c6f
commit 0c6a88c4ca
1 changed files with 1 additions and 0 deletions

View File

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