Merge pull request #876 from takluyver/travis-reenable-35-pt27
Re-enable Python 3.5 testing on Travis
This commit is contained in:
commit
92c61b0de3
|
@ -1,7 +1,7 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 'nightly'
|
- '3.5.0b3'
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "pip install -U tox"
|
install: "pip install -U tox"
|
||||||
# # command to run tests
|
# # command to run tests
|
||||||
|
@ -28,10 +28,6 @@ env:
|
||||||
- TESTENV=doctesting
|
- TESTENV=doctesting
|
||||||
- TESTENV=py27-cxfreeze
|
- TESTENV=py27-cxfreeze
|
||||||
- TESTENV=coveralls
|
- 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
|
script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue