Skip to content

Commit c46bdb2

Browse files
committed
Make a travis pip install file
1 parent f3e03d2 commit c46bdb2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

requirements/testing/travis_all.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
codecov
2+
coverage
3+
pillow
4+
tornado

0 commit comments

Comments
 (0)