Only run unit and function tests

This commit is contained in:
James Laska 2016-06-28 14:56:04 -04:00
parent 29778538c3
commit 77202ec696

View File

@ -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 =