update coverage command
[modeling/etsicatalog.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index fcc6330..af22272 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ exclude =  ./venv-tox,./.tox
 
 [testenv]
 deps = -r{toxinidir}/requirements.txt
-commands = coverage run --branch manage.py test catalog
+commands = coverage run --branch manage.py test genericparser
 
 [testenv:pep8]
 deps = flake8