From 77202ec6963b1fa9d04026cbe11b79a44aaf6b20 Mon Sep 17 00:00:00 2001 From: James Laska Date: Tue, 28 Jun 2016 14:56:04 -0400 Subject: Only run unit and function tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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 = -- cgit v1.2.3