diff options
author | James Laska <jlaska@redhat.com> | 2016-06-28 20:56:04 +0200 |
---|---|---|
committer | James Laska <jlaska@redhat.com> | 2016-07-22 19:19:57 +0200 |
commit | 77202ec6963b1fa9d04026cbe11b79a44aaf6b20 (patch) | |
tree | 1c46a970a424dce80805c5bbbd193eee46cd2f0d /tox.ini | |
parent | Be sure to install ansible (diff) | |
download | awx-77202ec6963b1fa9d04026cbe11b79a44aaf6b20.tar.xz awx-77202ec6963b1fa9d04026cbe11b79a44aaf6b20.zip |
Only run unit and function tests
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |