Allow py35 to fail on Travis until it is properly supported (fix2)
This commit is contained in:
parent
a5bc98136d
commit
604a39f5ef
|
@ -25,8 +25,10 @@ env:
|
||||||
- TESTENV=doctesting
|
- TESTENV=doctesting
|
||||||
- TESTENV=py27-cxfreeze
|
- TESTENV=py27-cxfreeze
|
||||||
- TESTENV=coveralls
|
- TESTENV=coveralls
|
||||||
|
matrix:
|
||||||
allow_failures:
|
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
|
script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue