include awxkit CI in zuul runs

additionally, fix up some flake8 failures
This commit is contained in:
Ryan Petrello
2019-08-08 22:26:39 -04:00
parent 9616cc6f78
commit adaa4148c6
8 changed files with 38 additions and 31 deletions

View File

@@ -376,6 +376,7 @@ test:
. $(VENV_BASE)/awx/bin/activate; \
fi; \
PYTHONDONTWRITEBYTECODE=1 py.test -p no:cacheprovider -n auto $(TEST_DIRS)
cd awxkit && $(VENV_BASE)/awx/bin/tox -re py3
awx-manage check_migrations --dry-run --check -n 'vNNN_missing_migration_file'
test_unit: