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 82ae8ef commit bc447a9Copy full SHA for bc447a9
.travis.yml
@@ -74,7 +74,7 @@ install:
74
- if [ -z "$PRE" ]; then
75
wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.1.2 pillow sphinx!=1.3.0;
76
else
77
- pip install $PRE python-dateutil $NUMPY pyparsing!=2.0.4 pillow sphinx!=1.3.0;
+ pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.2 pillow sphinx!=1.3.0;
78
fi
79
# Always install from pypi
80
- pip install $PRE pep8 cycler==0.9.0
0 commit comments