Skip to content

Commit fdedc50

Browse files
committed
CI: install mpl-dev
1 parent 407249b commit fdedc50

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ci/install_travis.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ else
124124
echo "pip installs"
125125
REQ="ci/requirements-${TRAVIS_PYTHON_VERSION}${JOB_TAG}.pip"
126126
if [ -e ${REQ} ]; then
127-
pip install --pre --upgrade -r $REQ
127+
pip install --upgrade -r $REQ
128128
fi
129129

130130
# remove any installed pandas package
@@ -138,5 +138,9 @@ else
138138

139139
fi
140140

141+
if [ "$JOB_NAME" == "34_slow" ]; then
142+
conda install -c conda-forge/label/rc -c conda-forge matplotlib
143+
fi
144+
141145
echo "done"
142146
exit 0

ci/requirements-2.7_SLOW.pip

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
matplotlib==2.0.0b3

ci/requirements-2.7_SLOW.run

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
python-dateutil
22
pytz
33
numpy=1.8.2
4+
matplotlib=1.3.1
45
scipy
56
patsy
67
statsmodels

0 commit comments

Comments
 (0)