diff options
Diffstat (limited to 'pgaas/tox.ini')
-rw-r--r-- | pgaas/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgaas/tox.ini b/pgaas/tox.ini index 884c079..28f1f3f 100644 --- a/pgaas/tox.ini +++ b/pgaas/tox.ini @@ -25,4 +25,4 @@ deps= requests coverage pytest-cov -commands=pytest --junitxml xunit-results.xml --cov {envsitepackagesdir}/pgaas --cov-report=xml +commands=pytest --junitxml xunit-results.xml --cov {envsitepackagesdir}/pgaas --cov-report xml --cov-report html |