X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=40b0366e8f38d877354a2c1e32e2abf2393fa683;hb=80ad921cf8875a4fa018b9a99275115b9f26d834;hp=1e0b679ec6901e6bf44e1db9c62f80e49ff8de96;hpb=92aa62718f422d119503dedf59da93cb8d53abc2;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index 1e0b679..40b0366 100644 --- a/tox.ini +++ b/tox.ini @@ -17,11 +17,9 @@ envlist = cover, flake8, unittest [testenv] +usedevelop = True basepython = python3 install_command = python3 -m pip install -r requirements.txt -U {opts} {packages} -deps = -rtest-requirements.txt -commands= - python3 -m unittest discover -v [testenv:cover] basepython = python3 @@ -50,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