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: