Allow travis to fail for the python3.5 interpreter not yet available

This commit is contained in:
Pierre Dulac 2015-10-31 11:38:40 +01:00
parent ecf5e892e2
commit c89a63edbe

View file

@ -30,6 +30,11 @@ env:
- TOX_ENV=py34-django19
- TOX_ENV=py35-django19
matrix:
# Python 3.5 not yet available on travis, watch this to see when it is.
allow_failures:
- env: TOX_ENV=py35-django19
install: pip install tox --use-mirrors
script: tox
notifications: