summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-01-31 01:41:01 +0000
committerGokul Singaraju <gs244f@att.com>2018-03-05 19:34:35 -0500
commit7c98e7f3cf4d09a51c8989360f0b029fd2164c5a (patch)
tree1bd8d55cd59b002106253c24613a91fab859cc79 /tox.ini
parentfb39b6640dfff48ed14cce07f625d560e25f788d (diff)
Missing heartbeat microservice
Issue-ID: DCAEGEN2-275 Change-Id: I2a2def9aef7664b58c6c3b74318343699fbf6c22 Signed-Off-by: Gokul Singaraju <gs244f@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..edafd5e
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,16 @@
+# content of: tox.ini , put in same dir as setup.py
+[tox]
+envlist = py36
+
+[testenv]
+deps=
+ -rrequirements.txt
+ pytest
+ coverage
+ pytest-cov
+setenv =
+ HOSTNAME = miss_htbt_service
+ PYTHONPATH={toxinidir}
+commands=
+ pytest --junitxml xunit-results.xml --cov miss_htbt_service --cov-report xml
+ coverage xml