From 23aaa8a62c0812ba3e608abd79a385add8326f0f 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) Conflicts: .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d2e8e99e9..88c45516a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,10 @@ env: - TESTENV=doctesting - TESTENV=py27-cxfreeze - TESTENV=coveralls +matrix: + allow_failures: + # py35 is currently broken on travis, see #744 + - env: TESTENV=py35 script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV notifications: