From a5bc98136d9f73d95b0b39e7a2ca562d984e40b9 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 (fix) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c4103ad45..60801709f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ env: - TESTENV=doctesting - TESTENV=py27-cxfreeze - TESTENV=coveralls - - allow_failures: + allow_failures: - TESTENV=py35 script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV