Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05015cc commit e99f6c2Copy full SHA for e99f6c2
.travis.yml
@@ -62,9 +62,9 @@ install:
62
pip install --upgrade setuptools
63
# Install only from travis wheelhouse
64
- if [ -z "$PRE" ]; then
65
- wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0 $MOCK;
+ wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.0.4 pillow sphinx!=1.3.0 $MOCK;
66
else
67
- pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;
+ pip install $PRE python-dateutil $NUMPY pyparsing!=2.0.4 pillow sphinx!=1.3.0;
68
fi
69
# Always install from pypi
70
- pip install $PRE pep8 cycler
0 commit comments