From 5c1d1252fcce91b552b73c062e78dc404036cc1b Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Wed, 20 Jan 2016 09:37:08 +0000 Subject: [PATCH] Revert "Build the docs with python 3.4 which should fix the Traitlets/IPython issue" This reverts commit 26a1da9e46da9de60c1491ebc2ca391352995848. A new version of Ipython has been released which should fix this and allow us to build with 3.5 again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f2d3e836f5b..d63ed602c0e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ matrix: env: PANDAS=pandas NOSE_ARGS=--with-coverage - python: 3.5 env: TEST_ARGS=--pep8 - - python: 3.4 + - python: 3.5 env: BUILD_DOCS=true - python: "nightly" env: PRE=--pre