From 604a39f5ef4b74a53f86edc0231c6c823eba2667 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 18 Jul 2015 14:46:36 -0300 Subject: [PATCH] Allow py35 to fail on Travis until it is properly supported (fix2) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 60801709f..e8e380cc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,10 @@ env: - TESTENV=doctesting - TESTENV=py27-cxfreeze - TESTENV=coveralls +matrix: allow_failures: - - TESTENV=py35 + # py35 is currently broken on travis, see #744 + - env: TESTENV=py35 script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV notifications: