diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,9 +6,11 @@ deps= Flask connexion pytest + coverage + pytest-cov requests six setenv = CONSUL_HOST = 8.8.8.8 HOSTNAME = config_binding_service -commands=pytest +commands=pytest --junitxml xunit-reports/xunit-result-configbinding.xml --cov {envsitepackagesdir} --cov-report=xml
\ No newline at end of file |