8000
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 0d4e52a commit d7c1b5aCopy full SHA for d7c1b5a
.travis.yml
@@ -64,9 +64,9 @@ install:
64
pip install --upgrade setuptools
65
# Install only from travis wheelhouse
66
- if [ -z "$PRE" ]; then
67
- wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0;
+ wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing pillow sphinx!=1.3.0 traitlets;
68
else
69
- pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;
+ pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0 traitlets;
70
fi
71
# Always install from pypi
72
- pip install $PRE pep8 cycler
0 commit comments