diff options
author | Daniel Hahler <git@thequod.de> | 2019-02-21 22:29:18 +0100 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-02-21 22:34:00 +0100 |
commit | 8f1b91ebdb2eadefa8153c3c99d526d32b1a33fb (patch) | |
tree | 86381e4ea2139e53e935aa45a16704d898ec74e6 | |
parent | 2dcbd0eb382926d0ce358c2b9d2d35f59745237e (diff) | |
download | python-coveragepy-git-8f1b91ebdb2eadefa8153c3c99d526d32b1a33fb.tar.gz |
Travis: remove unnecessary 2nd "pip freeze"
It is already done in the "install" step.
-rw-r--r-- | .travis.yml | 1 |
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 |