Skip to content

Commit

Permalink
Fix for failing pytest-cov upgrade.
Browse files Browse the repository at this point in the history
This patch is a work-around for an issue with `pytest-cov`. For
additional information, please see:

pytest-dev/pytest-cov#222
  • Loading branch information
jbenden committed Sep 9, 2018
1 parent b0726c4 commit c301e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/templates/tox.ini
Expand Up @@ -93,6 +93,7 @@ deps = coverage
skip_install = true
usedevelop = false
commands =
mv .coverage .coverage.1
coverage combine --append
coverage report
coverage html
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -100,6 +100,7 @@ deps = coverage
skip_install = true
usedevelop = false
commands =
mv .coverage .coverage.1
coverage combine --append
coverage report
coverage html
Expand Down

0 comments on commit c301e23

Please sign in to comment.