From 19f2be755e52cef45612e63c9c56d8b298f05b25 Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Fri, 13 Apr 2018 08:50:18 -0700 Subject: [VVP] modifying tox to provide for pytest accuracy removing virtual environment from coverage results Change-Id: Ie0757d28e5dc427e395cffd141f89847e0e8cafb Issue-ID: VVP-56 Signed-off-by: stark, steven --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index b4f3ee5..56548a2 100644 --- a/tox.ini +++ b/tox.ini @@ -9,14 +9,12 @@ distribute = False commands = {envpython} --version pytest --version - coverage run --module pytest imagescanner - coverage xml + pytest --cov imagescanner --cov-report=xml --cov-report=term --verbose deps = flake8 pytest-cov pytest - [testenv:style] basepython=python3.6 commands = python --version -- cgit 1.2.3-korg