From c89a63edbee94ec778039f205a9f69c9c57a3ffd Mon Sep 17 00:00:00 2001 From: Pierre Dulac Date: Sat, 31 Oct 2015 11:38:40 +0100 Subject: [PATCH] Allow travis to fail for the python3.5 interpreter not yet available --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2625e69..4e24a1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: