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

Skip to content

Commit e99f6c2

Browse files
committed
Make sure that pyparsing 2.0.4 is not installed.
It has broken python 3 support due to print statements in the code
1 parent 05015cc commit e99f6c2

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
@@ -62,9 +62,9 @@ install:
6262
pip install --upgrade setuptools
6363
# Install only from travis wheelhouse
6464
- if [ -z "$PRE" ]; then
65-
wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0 $MOCK;
65+
wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.0.4 pillow sphinx!=1.3.0 $MOCK;
6666
else
67-
pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;
67+
pip install $PRE python-dateutil $NUMPY pyparsing!=2.0.4 pillow sphinx!=1.3.0;
6868
fi
6969
# Always install from pypi
7070
- pip install $PRE pep8 cycler

0 commit comments

Comments
 (0)