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 e20c65b commit 48e3406Copy full SHA for 48e3406
.travis.yml
@@ -77,9 +77,9 @@ install:
77
pip install --upgrade setuptools
78
# Install only from travis wheelhouse
79
- if [ -z "$PRE" ]; then
80
- wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.1.2 pillow sphinx!=1.3.0;
+ wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.1.6 pillow sphinx!=1.3.0;
81
else
82
- pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.2 pillow sphinx!=1.3.0;
+ pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 pillow sphinx!=1.3.0;
83
fi
84
# Always install from pypi
85
- pip install $PRE pep8 cycler
0 commit comments