X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=5896bfcf12baa2159ad51214a8bae9aeb29726ec;hb=a508819e00e382aca98e2ead4e8aad9cf6b8b950;hp=e9ea45ef615cb093144d5e693bfdedfdea7d026a;hpb=b3cda2e2d399e761311fbe9e4ffc3b22037d6312;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index e9ea45e..5896bfc 100644 --- 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