summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-08-07 10:10:45 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-08-07 10:10:45 -0400
commitf4dd527cfdb0d0e996a2b30311ada6ec1395692d (patch)
tree381bae97efe82be34114fea78a0012e5ccaaf842
parent305c5fdc378879adaac518ddeac7c22a0c92f49d (diff)
downloadpython-coveragepy-git-f4dd527cfdb0d0e996a2b30311ada6ec1395692d.tar.gz
Trying to diagnose a failure
https://github.com/pytest-dev/pytest/issues/3753#issuecomment-411022974
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b0165ae..786bc465 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ install:
script:
- tox
+ - pip freeze
- if [[ $COVERAGE_COVERAGE == 'yes' ]]; then python igor.py combine_html; fi
- if [[ $COVERAGE_COVERAGE == 'yes' ]]; then pip install codecov; fi
- if [[ $COVERAGE_COVERAGE == 'yes' ]]; then codecov -X gcov --file coverage.xml; fi