summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-02-21 22:29:18 +0100
committerDaniel Hahler <git@thequod.de>2019-02-21 22:34:00 +0100
commit8f1b91ebdb2eadefa8153c3c99d526d32b1a33fb (patch)
tree86381e4ea2139e53e935aa45a16704d898ec74e6
parent2dcbd0eb382926d0ce358c2b9d2d35f59745237e (diff)
downloadpython-coveragepy-git-8f1b91ebdb2eadefa8153c3c99d526d32b1a33fb.tar.gz
Travis: remove unnecessary 2nd "pip freeze"
It is already done in the "install" step.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fbf30ebd..6123b0b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,6 @@ 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