Skip to content

Commit 23aaa8a

Browse files
committed
Allow py35 to fail on Travis until it is properly supported (fix2)
Conflicts: .travis.yml
1 parent da1d571 commit 23aaa8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ env:
2828
- TESTENV=doctesting
2929
- TESTENV=py27-cxfreeze
3030
- TESTENV=coveralls
31+
matrix:
32+
allow_failures:
33+
# py35 is currently broken on travis, see #744
34+
- env: TESTENV=py35
3135
script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV
3236

3337
notifications:

0 commit comments

Comments
 (0)