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

Skip to content

Commit 6bcfe9e

Browse files
committed
CI: install nose
hot-fix to correct bad backport
1 parent 05f8434 commit 6bcfe9e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ install:
8080
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS pep8 cycler coveralls coverage
8181
pip install $PRE -r doc-requirements.txt
8282
83+
# Install nose from a build which has partial
84+
# support for python36 and suport for coverage output suppressing
85+
pip install git+https://github.com/jenshnielsen/nose.git@matplotlibnose
86+
8387
# Install mock on python 2. Python 2.6 requires mock 1.0.1
8488
# Since later versions have dropped support
8589
- |

0 commit comments

Comments
 (0)