add callback plugin tests to CI

This commit is contained in:
Ryan Petrello 2017-03-14 13:47:44 -04:00
parent 66c786b971
commit ba9ce56c35

View File

@ -487,7 +487,7 @@ check: flake8 pep8 # pyflakes pylint
TEST_DIRS ?= awx/main/tests awx/conf/tests awx/sso/tests
# Run all API unit tests.
test:
test: test_ansible
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/tower/bin/activate; \
fi; \