X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=de33e96a4d66f7016f3a9fe54a83c5753b9a1506;hb=refs%2Fheads%2Ffeature7184;hp=e9ea45ef615cb093144d5e693bfdedfdea7d026a;hpb=b3cda2e2d399e761311fbe9e4ffc3b22037d6312;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index e9ea45e..de33e96 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ # limitations under the License. [tox] -envlist = py3 +envlist = flake8, unittest toxworkdir={homedir}/.tox [testenv] @@ -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