Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c46bdb2

Browse filesBrowse files
committed
Make a travis pip install file
1 parent f3e03d2 commit c46bdb2
Copy full SHA for c46bdb2

File tree

Expand file treeCollapse file tree

2 files changed

+5
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-4
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-4Lines 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

Copy file name to clipboard
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.