Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48e3406

Browse files
committed
Exclude pyparsing 2.1.6 in travis too
1 parent e20c65b commit 48e3406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ 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
82-
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.2 pillow sphinx!=1.3.0;
82+
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 pillow sphinx!=1.3.0;
8383
fi
8484
# Always install from pypi
8585
- pip install $PRE pep8 cycler

0 commit comments

Comments
 (0)