Allow py35 to fail on Travis until it is properly supported

This commit is contained in:
Bruno Oliveira 2015-07-18 14:46:36 -03:00
parent 5e0235946b
commit 7dab2e1efe
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ env:
- TESTENV=doctesting - TESTENV=doctesting
- TESTENV=py27-cxfreeze - TESTENV=py27-cxfreeze
- TESTENV=coveralls - TESTENV=coveralls
- allow_failures:
- TESTENV=py35
script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV
notifications: notifications: