Skip to content

Commit 60e3200

Browse files
committed
Looks like arm builds don't have a tty.
1 parent f2e825d commit 60e3200

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)
160160
after_failure:
161161
- cat .tox/log/*
162-
- cat .tox/*/log/*
162+
- cat .tox/*/log/*
163163
notifications:
164164
email:
165165
on_success: never

ci/templates/.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)
8080
after_failure:
8181
- cat .tox/log/*
82-
- cat .tox/*/log/*
82+
- cat .tox/*/log/*
8383
notifications:
8484
email:
8585
on_success: never

0 commit comments

Comments
 (0)