Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 620bdd8

Browse files
committed
Merge pull request #5154 from tacaswell/tst_nose_compat
TST: use patched nose for py3.6 compat
2 parents 0037595 + 6d9d1d3 commit 620bdd8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines 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)