Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d29eb98

Browse files
committed
Install all dependencies from pypi
We now have manylinux wheels which works on Travis and in any case we are caching the locally build wheels
1 parent f3e5576 commit d29eb98

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,9 @@ install:
7777
pip install --upgrade wheel
7878
pip install --upgrade setuptools
7979
- |
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
8983
# Install nose from a build which has partial
9084
# support for python36 and suport for coverage output suppressing
9185
pip install git+https://github.com/jenshnielsen/nose.git@matplotlibnose

0 commit comments

Comments
 (0)