File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -77,15 +77,9 @@ install:
77
77
pip install --upgrade wheel
78
78
pip install --upgrade setuptools
79
79
- |
80
- # Install only from travis wheelhouse
81
- if [ -z "$PRE" ]; then
82
- wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.1.2 pillow sphinx!=1.3.0;
83
- else
84
- pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.2 pillow sphinx!=1.3.0;
85
- fi
86
- # Always install from pypi
87
- pip install $PRE pep8 cycler coveralls coverage
88
- pip install pillow sphinx!=1.3.0 $MOCK numpydoc ipython colorspacious
80
+ # Install dependencies from pypi
81
+ pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.2 $PANDAS pep8 cycler coveralls coverage
82
+ pip install $PRE pillow sphinx!=1.3.0 $MOCK numpydoc ipython colorspacious
89
83
# Install nose from a build which has partial
90
84
# support for python36 and suport for coverage output suppressing
91
85
pip install git+https://github.com/jenshnielsen/nose.git@matplotlibnose
You can’t perform that action at this time.
0 commit comments