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
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ setenv =
CLIENT_NAME=octavia-dashboard
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = /usr/bin/npm
/bin/bash
whitelist_externals = npm
bash
commands = python manage.py test
[testenv:pep8]