initial unittest for ns instantiate
[osm/LCM.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index e9ea45e..5896bfc 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -29,6 +29,11 @@ deps = flake8
 commands = flake8 osm_lcm --max-line-length 120 \
     --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,E226,W504
 
+[testenv:unittest]
+basepython = python3
+deps = asynctest
+commands = python3 -m unittest osm_lcm.tests.test_ns
+
 [testenv:build]
 basepython = python3
 deps = stdeb