summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-09-19 15:57:01 -0400
committerDan Radez <dradez@redhat.com>2017-09-28 09:21:51 -0400
commit9d24ddc56a76175a4b7514cea5c789e2612b2528 (patch)
tree714f250d66e54d46b6953300059a0a0d1cf1982e /tox.ini
parent7af8cf039ef21da528a8cb53e0eb78c1b6878714 (diff)
Adding python unittests for apex/virtual/*
Change-Id: I13dd395cd6270cbf0a02855b1d29794ecca06d76 Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 87b6c035..cde191cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ commands =
--cover-tests \
--cover-package=apex \
--cover-xml \
- --cover-min-percentage 90 \
+ --cover-min-percentage 94 \
apex/tests
coverage report