summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/tox.ini b/res/tox.ini
index 13e2837..9863e7a 100644
--- a/res/tox.ini
+++ b/res/tox.ini
@@ -23,5 +23,5 @@ commands =
{[testenv]commands}
[testenv:cov]
-deps = coverage
+deps = coverage==4.2
commands = coverage xml --omit="*test*,*__init__.py,*site-packages*" \ No newline at end of file