mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
Force ui cleanup in the test environment
Also allow using the system make
This commit is contained in:
committed by
Matthew Jones
parent
89e41f7524
commit
56263a5fea
7
tox.ini
7
tox.ini
@@ -6,8 +6,9 @@ envlist =
|
||||
api,
|
||||
ui,
|
||||
|
||||
; [testenv]
|
||||
; basepython = python2.7
|
||||
[testenv]
|
||||
;basepython = python2.7
|
||||
whitelist_externals = make
|
||||
; setenv =
|
||||
; DJANGO_SETTINGS_MODULE = awx.settings.development_quiet
|
||||
; SWIG_FEATURES = -cpperraswarn -includeall -I/usr/include/openssl
|
||||
@@ -29,6 +30,7 @@ commands =
|
||||
deps =
|
||||
nodeenv
|
||||
commands =
|
||||
make clean-ui
|
||||
make ui-devel
|
||||
npm run --prefix awx/ui jshint
|
||||
npm run --prefix awx/ui lint
|
||||
@@ -56,5 +58,6 @@ commands =
|
||||
deps =
|
||||
nodeenv
|
||||
commands =
|
||||
make clean-ui
|
||||
make ui-devel
|
||||
make ui-test-ci
|
||||
|
||||
Reference in New Issue
Block a user