From 43671e723ff9cc783b21d447b448d661ce28734a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 20 Mar 2016 19:39:02 +0100 Subject: py.test: disable coverage collection by default --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index ccd62228..96b23026 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ ignore = E251 [pytest] testpaths = test -addopts = --timeout 30 -s --cov netlib --cov mitmproxy --cov pathod +addopts = --timeout 30 -s [coverage:run] branch = True -- cgit v1.2.3