aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2017-09-13 21:41:50 -0400
committerTommy Carpenter <tommy@research.att.com>2017-09-13 21:42:40 -0400
commit64cddfd71592efad6c22ce86cfbb2415395ffbb0 (patch)
tree2322790a8adf2d13169444df78ef30fcbc75b639 /README.md
parentbe0e8f4847638a2a9c0b54cf3ca19303f86cc76a (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 'README.md')
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index 04bc382..39c740b 100644
--- a/README.md
+++ b/README.md
@@ -39,12 +39,7 @@ X's configuration:
}
```
-# Tests
-Run:
+# Tests And Test Coverage
```
-set -x CONSUL_HOST "your_consul_dns_name.somedomain.com"; set -x HOSTNAME "config_binding_service"
-cd tests/
-pytest
+tox -c tox-local.ini
```
-
-