Skip to content

Commit eef1018

Browse files
committed
Fix manylinux1 env
1 parent 2efc691 commit eef1018

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

+5-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ deps = mypy
5252
commands = mypy multidict tests
5353

5454
[testenv:manylinux1]
55-
commands = ./tools/run_docker.sh "multidict"
55+
whitelist_externals =
56+
bash
57+
skipsdist = True
58+
deps =
59+
commands = bash tools/run_docker.sh "multidict"
5660

5761
[testenv:doc-spelling]
5862
whitelist_externals =

0 commit comments

Comments
 (0)