X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=40b0366e8f38d877354a2c1e32e2abf2393fa683;hb=b996d94c0f74b1922d7f93a51ec328c6f370ff86;hp=582a8971202da27ec7c4d61698e95fed26c98251;hpb=486e75d23b0ad25e0ce26222994aa9189473ed19;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index 582a897..40b0366 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,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