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 6d9d1d3

Browse filesBrowse files
committed
TST: use patched nose for py3.6 compat
1 parent 87c9e4d commit 6d9d1d3
Copy full SHA for 6d9d1d3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ install:
6969
pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;
7070
fi
7171
# Always install from pypi
72-
- pip install $PRE nose pep8 cycler
72+
- pip install $PRE pep8 cycler
73+
- 'pip install https://github.com/tacaswell/nose/zipball/mnt_py36_compat#egg=nose'
7374

7475
# Install mock on python 2. Python 2.6 requires mock 1.0.1
7576
# Since later versions have dropped support

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.