Allow py35 to fail on Travis until it is properly supported (fix2)

Conflicts:
	.travis.yml
This commit is contained in:
Bruno Oliveira
2015-07-18 14:46:36 -03:00
parent da1d5712cf
commit 23aaa8a62c

View File

@@ -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: