Skip to content

Commit

Permalink
CI: install nose
Browse files Browse the repository at this point in the history
hot-fix to correct bad backport
  • Loading branch information
tacaswell committed Sep 12, 2016
1 parent 05f8434 commit 6bcfe9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ install:
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS pep8 cycler coveralls coverage
pip install $PRE -r doc-requirements.txt
# Install nose from a build which has partial
# support for python36 and suport for coverage output suppressing
pip install git+https://github.com/jenshnielsen/nose.git@matplotlibnose
# Install mock on python 2. Python 2.6 requires mock 1.0.1
# Since later versions have dropped support
- |
Expand Down

0 comments on commit 6bcfe9e

Please sign in to comment.