diff options
author | stark, steven <ss820f@att.com> | 2018-04-13 08:50:18 -0700 |
---|---|---|
committer | stark, steven <ss820f@att.com> | 2018-04-13 08:50:18 -0700 |
commit | 19f2be755e52cef45612e63c9c56d8b298f05b25 (patch) | |
tree | 69ead2c91b2c23ebde05f245820c9f5e3dd56138 | |
parent | bb0d361d12cb5fc41479dd110fb1292df7205e65 (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.ini | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |