summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-13 08:50:18 -0700
committerstark, steven <ss820f@att.com>2018-04-13 08:50:18 -0700
commit19f2be755e52cef45612e63c9c56d8b298f05b25 (patch)
tree69ead2c91b2c23ebde05f245820c9f5e3dd56138
parentbb0d361d12cb5fc41479dd110fb1292df7205e65 (diff)
[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 <ss820f@att.com>
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 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