X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=85456e51ddb7c2a7f96786ff8cbb4f2eb0163608;hb=89f8290b70918e151e6b6653c635ea6a05a22522;hp=1e0b679ec6901e6bf44e1db9c62f80e49ff8de96;hpb=a43e672b0461451813b5366f05d710072413e23e;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index 1e0b679..85456e5 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,7 @@ commands = flake8 osm_lcm --max-line-length 120 \ [testenv:unittest] basepython = python3 deps = asynctest -commands = python3 -m unittest osm_lcm.tests.test_ns +commands = python3 -m unittest osm_lcm.tests.test_ns osm_lcm.tests.test_prometheus [testenv:build] basepython = python3