diff options
author | James Laska <jlaska@redhat.com> | 2016-06-29 02:54:46 +0200 |
---|---|---|
committer | James Laska <jlaska@redhat.com> | 2016-07-22 19:19:57 +0200 |
commit | 1f9df1fdf3747f8e2f75e874366f8192d92a709b (patch) | |
tree | 65e2071d1f527a897c763e2d6c5bbb9cbefb3f1e /tox.ini | |
parent | Only run unit and function tests (diff) | |
download | awx-1f9df1fdf3747f8e2f75e874366f8192d92a709b.tar.xz awx-1f9df1fdf3747f8e2f75e874366f8192d92a709b.zip |
Default to not running old 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/{unit,functional} {posargs} + py.test awx/main/tests {posargs:-k 'not old'} [testenv:ui] deps = |