summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-17 12:40:01 -0700
committerstark, steven <ss820f@att.com>2018-04-17 12:40:01 -0700
commitce719de6d17d9b5f4233c130a6586ce265b7fe03 (patch)
treec3c3fe75a37ed8f308c56099c42a297da1b29ddc /tox.ini
parent19f2be755e52cef45612e63c9c56d8b298f05b25 (diff)
[VVP] adding 2 tests to increase sonar
Added tests for frontend and config for sonar coverage Change-Id: I9a3648c84c6d673bd86232debbedb1bcfce0d253 Issue-ID: VVP-55 Signed-off-by: stark, steven <ss820f@att.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 56548a2..fa9b95b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ commands =
{envpython} --version
pytest --version
pytest --cov imagescanner --cov-report=xml --cov-report=term --verbose
-deps =
+deps = -rrequirements.txt
flake8
pytest-cov
pytest