Allow py35 to fail on Travis until it is properly supported (fix)
This commit is contained in:
parent
7dab2e1efe
commit
a5bc98136d
|
@ -25,7 +25,7 @@ env:
|
||||||
- TESTENV=doctesting
|
- TESTENV=doctesting
|
||||||
- TESTENV=py27-cxfreeze
|
- TESTENV=py27-cxfreeze
|
||||||
- TESTENV=coveralls
|
- TESTENV=coveralls
|
||||||
- allow_failures:
|
allow_failures:
|
||||||
- TESTENV=py35
|
- 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue