8000 Merge pull request #6012 from tacaswell/tst_pin_cycler · matplotlib/matplotlib@e6f187a · GitHub
[go: up one dir, main page]

Skip to content

Commit e6f187a

Browse files
committed
Merge pull request #6012 from tacaswell/tst_pin_cycler
CI: pin 1.5.x cycler to 0.9.0
2 parents 98b77ca + a781896 commit e6f187a

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
@@ -77,7 +77,7 @@ install:
7777
pip install $PRE python-dateutil $NUMPY pyparsing!=2.0.4 pillow sphinx!=1.3.0;
7878
fi
7979
# Always install from pypi
80-
- pip install $PRE pep8 cycler
80+
- pip install $PRE pep8 cycler==0.9.0
8181
- 'pip install https://github.com/tacaswell/nose/zipball/mnt_py36_compat#egg=nose'
8282

8383
# Install mock on python 2. Python 2.6 requires mock 1.0.1

0 commit comments

Comments
 (0)
0