Merge "Make whitelist externals os agnostic"
This commit is contained in:
commit
941c6ddcb1
4
tox.ini
4
tox.ini
@ -16,8 +16,8 @@ setenv =
|
|||||||
CLIENT_NAME=octavia-dashboard
|
CLIENT_NAME=octavia-dashboard
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
whitelist_externals = /usr/bin/npm
|
whitelist_externals = npm
|
||||||
/bin/bash
|
bash
|
||||||
commands = python manage.py test
|
commands = python manage.py test
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
Loading…
Reference in New Issue
Block a user