Skip to content

Commit 8822c26

Browse files
committed
Tell tox it is ok to run shells not installed in the virtualenv
Change-Id: I626c94b41869c34b04f647d6ab213ea2e63357c0
1 parent a6c12dd commit 8822c26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ deps = distribute
99
stevedore
1010
setenv =
1111
TOXIC = true
12+
whitelist_externals =
13+
bash
14+
zsh
15+
ksh
1216

1317
[testenv:style]
1418
deps = flake8

0 commit comments

Comments
 (0)