8000 Exclude pyparsing 2.1.6 in travis too · matplotlib/matplotlib@0d3e4c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d3e4c1

Browse files
committed
Exclude pyparsing 2.1.6 in travis too
1 parent e20c65b commit 0d3e4c1

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 --upgrade setuptools
7878
# Install only from travis wheelhouse
7979
- if [ -z "$PRE" ]; then
80-
wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.1.2 pillow sphinx!=1.3.0;
80+
wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.1.6 pillow sphinx!=1.3.0;
8181
else
8282
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.2 pillow sphinx!=1.3.0;
8383
fi

0 commit comments

Comments
 (0)
0