X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=7e5cccf516c17a67243e36f52271ff01ff2cc9c1;hb=f678bc2be850a1fba19b4aa245145fb2afebac9f;hp=85456e51ddb7c2a7f96786ff8cbb4f2eb0163608;hpb=89f8290b70918e151e6b6653c635ea6a05a22522;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index 85456e5..7e5cccf 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 osm_lcm.tests.test_prometheus +commands = python3 -m unittest discover osm_lcm/tests -v [testenv:build] basepython = python3