adding dbmemory set_list and tests
[osm/common.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 1cf3d54..7200455 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,7 @@ commands =
 basepython = python3
 deps = pycrypto
        pytest
-commands = python3 -m unittest osm_common.tests.test_dbbase
+commands = python3 -m unittest discover osm_common.tests
 
 
 [testenv:build]