From fa03234ecc3649a9cac3305a79b19e91f1317e4b Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Sat, 20 Jun 2020 13:26:50 +0200
Subject: [PATCH] Add coverage.

---
 tox.ini | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tox.ini b/tox.ini
index 7dd565f..bf37170 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = py37
 deps=-r{toxinidir}/requirements.txt
      -r{toxinidir}/test-requirements.txt
 
-commands=
-   nosetests \
-      []
\ No newline at end of file
+; commands=
+   ; nosetests \
+   ;    []
+commands = nosetests {posargs:--with-coverage}
\ No newline at end of file
-- 
GitLab