Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f8434 commit 6bcfe9eCopy full SHA for 6bcfe9e
1 file changed
.travis.yml
@@ -80,6 +80,10 @@ install:
80
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.6 $PANDAS pep8 cycler coveralls coverage
81
pip install $PRE -r doc-requirements.txt
82
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
+
87
# Install mock on python 2. Python 2.6 requires mock 1.0.1
88
# Since later versions have dropped support
89
- |
0 commit comments