Skip to content

Commit 5c1d125

Browse files
committed
Revert "Build the docs with python 3.4 which should fix the Traitlets/IPython issue"
This reverts commit 26a1da9. A new version of Ipython has been released which should fix this and allow us to build with 3.5 again
1 parent 950c712 commit 5c1d125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ matrix:
4747
env: PANDAS=pandas NOSE_ARGS=--with-coverage
4848
- python: 3.5
4949
env: TEST_ARGS=--pep8
50-
- python: 3.4
50+
- python: 3.5
5151
env: BUILD_DOCS=true
5252
- python: "nightly"
5353
env: PRE=--pre

0 commit comments

Comments
 (0)