File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -145,19 +145,16 @@ install:
145
145
python -mpip install --upgrade pip setuptools wheel
146
146
- |
147
147
# Install dependencies from PyPI.
148
+ python -mpip install --upgrade $PRE -r requirements/testing/travis_all.txt
148
149
python -mpip install --upgrade $PRE \
149
- codecov \
150
- coverage \
151
150
$CYCLER \
152
151
$DATEUTIL \
153
152
$NOSE \
154
153
$NUMPY \
155
154
$PANDAS \
156
155
$JUPYTER \
157
- pillow \
158
156
$PYPARSING \
159
157
$SPHINX \
160
- tornado
161
158
# GUI toolkits are pip-installable only for some versions of Python so
162
159
# don't fail if we can't install them. Make it easier to check whether the
163
160
# 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