Merge pull request #876 from takluyver/travis-reenable-35-pt27

Re-enable Python 3.5 testing on Travis
This commit is contained in:
Bruno Oliveira
2015-07-24 19:59:43 -03:00

View File

@@ -1,7 +1,7 @@
sudo: false
language: python
python:
- 'nightly'
- '3.5.0b3'
# command to install dependencies
install: "pip install -U tox"
# # command to run tests
@@ -28,10 +28,6 @@ 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: