Extend exception handler to report details
[ric-plt/a1.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 4d0a6a7..77613b8 100644 (file)
--- a/tox.ini
+++ b/tox.ini
 # Code
 
 [tox]
-envlist = py38,flake8,docs,docs-linkcheck
+envlist = code,flake8,docs,docs-linkcheck
 minversion = 2.0
 
-[testenv]
+[pytest]
+testpaths = tests
+
+[testenv:code]
 basepython = python3.8
 deps=
     pytest