travis.yml: Allow failures for Python nightly.

This commit is contained in:
Valentin Lorentz 2015-08-09 09:41:23 +02:00
parent 17bf893437
commit 1ab1bebeff
1 changed files with 2 additions and 0 deletions

View File

@ -21,3 +21,5 @@ notifications:
email: false
matrix:
fast_finish: true
allow_failures:
- python: "nightly"