File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ script:
147147 (
148148 set -eux
149149 if [[ -n ${WHEEL_MANYLINUX:-} ]]; then
150- docker run --rm --user $UID -itv $(pwd):/code ionelmc/manylinux:manylinux$WHEEL_MANYLINUX
150+ docker run --rm --user $UID -v $(pwd):/code ionelmc/manylinux:manylinux$WHEEL_MANYLINUX
151151 tox --installpkg wheelhouse/*.whl -v
152152 export WHEEL_PATH=wheelhouse
153153 else
@@ -159,7 +159,7 @@ script:
159159 )
160160after_failure :
161161 - cat .tox/log/*
162- - cat .tox/*/log/*
162+ - cat .tox/*/log/*
163163notifications :
164164 email :
165165 on_success : never
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ script:
6767 (
6868 set -eux
6969 if [[ -n ${WHEEL_MANYLINUX:-} ]]; then
70- docker run --rm --user $UID -itv $(pwd):/code ionelmc/manylinux:manylinux$WHEEL_MANYLINUX
70+ docker run --rm --user $UID -v $(pwd):/code ionelmc/manylinux:manylinux$WHEEL_MANYLINUX
7171 tox --installpkg wheelhouse/*.whl -v
7272 export WHEEL_PATH=wheelhouse
7373 else
@@ -79,7 +79,7 @@ script:
7979 )
8080after_failure :
8181 - cat .tox/log/*
82- - cat .tox/*/log/*
82+ - cat .tox/*/log/*
8383notifications :
8484 email :
8585 on_success : never
You can’t perform that action at this time.
0 commit comments