fix 1214: change timeout from 10min to 5min for k8s cluster creation
[osm/LCM.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 1e0b679..7e5cccf 100644 (file)
--- a/tox.ini
+++ b/tox.ini
 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 discover osm_lcm/tests -v
 
 [testenv:build]
 basepython = python3