Skip to content

Commit 731f9bb

Browse files
committed
Change matplotlib version in travis build to address 3.2 build issue
The travis build hangs when installing matplotlib for python 3.2 (but not 2.7 and 3.3). This is apparently a documented issue with matplotlib: see matplotlib/matplotlib#3443 matplotlib/matplotlib#3741
1 parent 23e9f73 commit 731f9bb

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
@@ -23,7 +23,7 @@ install:
2323
- pip install -q numpy
2424
- pip install -q scipy
2525
- pip install -q slycot
26-
- pip install -q matplotlib
26+
- pip install -q matplotlib==1.3.1
2727
- kill $msg_pid
2828

2929
# command to run tests

0 commit comments

Comments
 (0)