diff --git a/.travis.yml b/.travis.yml index 88c45516a..0f5bcea9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: