File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,19 +145,16 @@ install:
145145 python -mpip install --upgrade pip setuptools wheel
146146 - |
147147 # Install dependencies from PyPI.
148+ python -mpip install --upgrade $PRE -r requirements/testing/travis_all.txt
148149 python -mpip install --upgrade $PRE \
149- codecov \
150- coverage \
151150 $CYCLER \
152151 $DATEUTIL \
153152 $NOSE \
154153 $NUMPY \
155154 $PANDAS \
156155 $JUPYTER \
157- pillow \
158156 $PYPARSING \
159157 $SPHINX \
160- tornado
161158 # GUI toolkits are pip-installable only for some versions of Python so
162159 # don't fail if we can't install them. Make it easier to check whether the
163160 # install was successful by trying to import the toolkit (sometimes, the
Original file line number Diff line number Diff line change 1+ codecov
2+ coverage
3+ pillow
4+ tornado
You can’t perform that action at this time.
0 commit comments