From dad6ce3e2cba0260b4f28819b46217f805c19d39 Mon Sep 17 00:00:00 2001 From: Justin Riley Date: Tue, 2 Aug 2016 12:04:45 -0400 Subject: [PATCH] setup.cfg: s/missing-term/term-missing --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8224adf..ed88aa4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ exclude = dist [pytest] -addopts = -v --cov=onedns --cov-report missing-term +addopts = -v --cov=onedns --cov-report term-missing [coverage:run] omit = onedns/tests/*