From 6b22ca7a32252b5c5963704f6276eeac390a3622 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 15 Feb 2017 18:52:32 +0100 Subject: add individual-coverage check --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 352d0e3c..4994b119 100644 --- a/tox.ini +++ b/tox.ini @@ -36,6 +36,12 @@ commands = mitmproxy/tools/web/ \ mitmproxy/contentviews/ +[testenv:individual_coverage] +deps = + -rrequirements.txt +commands = + python3 test/individual_coverage.py + [testenv:wheel] recreate = True deps = -- cgit v1.2.3