diff options
author | Lusheng Ji <lji@research.att.com> | 2018-02-19 22:29:52 -0500 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-02-20 04:19:19 +0000 |
commit | a9410b87464aab3bac170b63de245753dc93174e (patch) | |
tree | ada13095d3b5e38da66f104e9385b78fe3b592be /tox.ini | |
parent | 3a3543f74d74d4410c3e4d414bebf3d1daba5a59 (diff) |
Fix Sonar reporting
Change-Id: Iebb1314eab1d238f723e3f55803a7a32c317d77c
Signed-off-by: Lusheng Ji <lji@research.att.com>
Issue-ID: DCAEGEN2-355
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ # content of: tox.ini , put in same dir as setup.py [tox] -envlist = py27,py36 +envlist = py36 [testenv] deps= @@ -11,4 +11,6 @@ deps= setenv = CONSUL_HOST = 8.8.8.8 HOSTNAME = config_binding_service -commands=pytest --junitxml xunit-reports/xunit-result-configbinding.xml --cov {envsitepackagesdir}/config_binding_service --cov-report=xml +commands= + #pytest --cov {envsitepackagesdir}/config_binding_service --cov-report=xml tests --verbose + pytest --verbose --cov config_binding_service --cov-report=xml --cov-report=term tests |