8000 Build the docs with python 3.4 which should fix the Traitlets/IPython… · matplotlib/matplotlib@26a1da9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 26a1da9

Browse files
committed
Build the docs with python 3.4 which should fix the Traitlets/IPython issue
See ipython/traitlets#162
1 parent fbb9bbc commit 26a1da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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.5
50+
- python: 3.4
5151
env: BUILD_DOCS=true
5252
- python: "nightly"
5353
env: PRE=--pre

0 commit comments

Comments
 (0)
0