Skip to content

Commit a62e064

Browse files
authored
Allow bash with allowlist_externals (#221)
* allow `bash` with allowlist_externals * delete old `bash` paths
1 parent d7239a9 commit a62e064

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ envlist =
66

77
[testenv]
88
allowlist_externals =
9-
/bin/bash
10-
/usr/bin/bash
11-
C:\Program Files\Git\bin\bash.EXE
9+
bash
1210

1311
commands =
1412
python manage.py test --noinput

0 commit comments

Comments
 (0)