summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2015-09-29 17:37:07 -0700
committerJohn L. Villalovos <openstack.org@sodarock.com>2015-09-30 01:00:30 +0000
commit5ac855e25d09051c73170270ba7b909e3607eb81 (patch)
tree927fa3a269604b30f5660e0859da2bb9da5acc3c /tox.ini
parentacf10729d75f2e8c0513a8b394f7815f5acd2cff (diff)
downloadironic-5ac855e25d09051c73170270ba7b909e3607eb81.tar.gz
Add 'whitelist_externals = bash' for two testenvs
Two of the testenvs are using bash. So we need to have 'whitelist_externals = bash' for them. Closes-Bug: #1501119 Change-Id: I62cd35e87f33cb97a2d7cf4a6ebbc34b996a8def
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 190a1c5b2..821bcc989 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,6 +25,7 @@ deps = {[testenv]deps}
commands = {toxinidir}/tools/states_to_dot.py -f {toxinidir}/doc/source/images/states.svg --format svg
[testenv:pep8]
+whitelist_externals = bash
commands =
flake8 {posargs}
# Check that .po and .pot files are valid:
@@ -43,6 +44,7 @@ commands =
{toxinidir}/tools/config/check_uptodate.sh
[testenv:genconfig]
+whitelist_externals = bash
sitepackages = False
envdir = {toxworkdir}/venv
commands =