8000
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.
2 parents c6a8693 + 94e7cfa commit 6ae28a0Copy full SHA for 6ae28a0
.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