mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
support the new CLI in py2 *and* py3
This commit is contained in:
2
Makefile
2
Makefile
@@ -376,7 +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
|
||||
cd awxkit && $(VENV_BASE)/awx/bin/tox -re py2,py3
|
||||
awx-manage check_migrations --dry-run --check -n 'vNNN_missing_migration_file'
|
||||
|
||||
test_unit:
|
||||
|
||||
Reference in New Issue
Block a user