Merge "Make whitelist externals os agnostic"

This commit is contained in:
Zuul 2018-01-08 11:40:10 +00:00 committed by Gerrit Code Review
commit 941c6ddcb1

View File

@ -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]