diff options
author | Tommy Carpenter <tommy@research.att.com> | 2017-09-13 21:41:50 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2017-09-13 21:42:40 -0400 |
commit | 64cddfd71592efad6c22ce86cfbb2415395ffbb0 (patch) | |
tree | 2322790a8adf2d13169444df78ef30fcbc75b639 /tox-local.ini | |
parent | be0e8f4847638a2a9c0b54cf3ca19303f86cc76a (diff) |
Cleanup tox, add local tox ini
Issue-ID: DCAEGEN2-60
Change-Id: I7799b09ddd60ae0a54d96c3071506c79bbeb68cb
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'tox-local.ini')
-rw-r--r-- | tox-local.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tox-local.ini b/tox-local.ini new file mode 100644 index 0000000..978634d --- /dev/null +++ b/tox-local.ini @@ -0,0 +1,15 @@ +[tox] +envlist = py27,py36 + +[testenv] +deps= + -rrequirements.txt + pytest + coverage + pytest-cov +setenv = + CONSUL_HOST = 8.8.8.8 + HOSTNAME = config_binding_service +commands=pytest --cov {envsitepackagesdir}/config_binding_service --cov-report html + + |