summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJames Laska <jlaska@redhat.com>2016-06-29 02:54:46 +0200
committerJames Laska <jlaska@redhat.com>2016-07-22 19:19:57 +0200
commit1f9df1fdf3747f8e2f75e874366f8192d92a709b (patch)
tree65e2071d1f527a897c763e2d6c5bbb9cbefb3f1e /tox.ini
parentOnly run unit and function tests (diff)
downloadawx-1f9df1fdf3747f8e2f75e874366f8192d92a709b.tar.xz
awx-1f9df1fdf3747f8e2f75e874366f8192d92a709b.zip
Default to not running old tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 871b872757..14726b2bd0 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/{unit,functional} {posargs}
+ py.test awx/main/tests {posargs:-k 'not old'}
[testenv:ui]
deps =