travis.yml: Remove allowed failures.

They don't fail anymore, and they cause notifications to #limnoria
to be duplicated.
This commit is contained in:
Valentin Lorentz 2015-12-27 13:04:13 +01:00
parent 857027a26f
commit 876af3dfd5
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ notifications:
email: false
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