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 c93dff4 commit 94e7cfaCopy full SHA for 94e7cfa
.travis.yml
@@ -180,9 +180,6 @@ script:
180
pip install $PRE requests==2.9.2 linkchecker
181
linkchecker build/html/index.html
182
fi
183
- # Currently disabled because of differece in behaviour
184
- # between `pytest-cov` and `nose-coverage`
185
- #- if [[ $USE_PYTEST == true ]]; then coveralls; fi
186
- rm -rf $HOME/.cache/matplotlib/tex.cache
187
- rm -rf $HOME/.cache/matplotlib/test_cache
188
@@ -223,6 +220,6 @@ after_success:
223
220
else
224
221
echo "Will only deploy docs build from matplotlib master branch"
225
222
226
- if [[ $NOSE_ARGS =~ "--with-coverage" ]]; then
+ if [[ $NOSE_ARGS =~ "--with-coverage" || $USE_PYTEST == true ]]; then
227
coveralls
228
0 commit comments