summaryrefslogtreecommitdiffstats
path: root/pgaas
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2017-10-12 14:51:12 +0000
committerTony Hansen <tony@att.com>2017-10-12 14:51:23 +0000
commit2db25ae8c4c844b968d3e93c02ad92aec0eb7689 (patch)
treec5bfb8e093e79faec526343d158e43e179d12657 /pgaas
parent2f51e69fc2e1f206ee7f0822fd899de31662a7e1 (diff)
add plugin rst files to docs directory
for i in dmaap dnsdesig pgaas sshkeyshare do pandoc -f markdown -t rst -o docs/foo.rst foo/README.md done Change-Id: Icbde9093955ba2c65c8cf4dbf17e84f198205e13 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: CCSDK-118
Diffstat (limited to 'pgaas')
-rw-r--r--pgaas/tox.ini2
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