diff --git a/tox.ini b/tox.ini index 07239f7559..871b872757 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ commands = python setup.py develop # coverage run --help # coverage run -p --source awx/main/tests -m pytest {posargs} - py.test awx/main/tests {posargs} + py.test awx/main/tests/{unit,functional} {posargs} [testenv:ui] deps =