summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2017-03-13 17:57:47 +0100
committerRyan Petrello <rpetrell@redhat.com>2017-03-14 17:56:40 +0100
commit1005782ee9b17ec0f2a11f7c051ce2dfa49568bd (patch)
treee1b2709c45af2bf7769a20371e68122ae83e055f /tox.ini
parentMerge pull request #5704 from mabashian/5677-rbac-org (diff)
downloadawx-1005782ee9b17ec0f2a11f7c051ce2dfa49568bd.tar.xz
awx-1005782ee9b17ec0f2a11f7c051ce2dfa49568bd.zip
add tests for our custom ansible callback plugin
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index cc7b0f1012..30cf19266e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,6 +56,14 @@ deps =
commands =
make UI_TEST_MODE=CI test-ui
+[testenv:ansible]
+deps =
+ ansible
+ pytest
+ -r{toxinidir}/requirements/requirements_ansible.txt
+commands =
+ {envdir}/bin/py.test awx/lib/tests/ -c awx/lib/tests/pytest.ini {posargs}
+
[testenv:coveralls]
commands=
coverage combine