travis: Add nightly to the list of allowed failures.

This commit is contained in:
Valentin Lorentz 2017-02-24 20:36:00 +01:00
parent 6cb747744a
commit 34f5031bef

View File

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