Fix coverage tests to report proper coverage
[osm/LCM.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 1e0b679..582a897 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