Skip to content

Commit

Permalink
Looks like arm builds don't have a tty.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jul 22, 2020
1 parent f2e825d commit 60e3200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ script:
(
set -eux
if [[ -n ${WHEEL_MANYLINUX:-} ]]; then
docker run --rm --user $UID -itv $(pwd):/code ionelmc/manylinux:manylinux$WHEEL_MANYLINUX
docker run --rm --user $UID -v $(pwd):/code ionelmc/manylinux:manylinux$WHEEL_MANYLINUX
tox --installpkg wheelhouse/*.whl -v
export WHEEL_PATH=wheelhouse
else
Expand All @@ -159,7 +159,7 @@ script:
)
after_failure:
- cat .tox/log/*
- cat .tox/*/log/*
- cat .tox/*/log/*
notifications:
email:
on_success: never
Expand Down
4 changes: 2 additions & 2 deletions ci/templates/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ script:
(
set -eux
if [[ -n ${WHEEL_MANYLINUX:-} ]]; then
docker run --rm --user $UID -itv $(pwd):/code ionelmc/manylinux:manylinux$WHEEL_MANYLINUX
docker run --rm --user $UID -v $(pwd):/code ionelmc/manylinux:manylinux$WHEEL_MANYLINUX
tox --installpkg wheelhouse/*.whl -v
export WHEEL_PATH=wheelhouse
else
Expand All @@ -79,7 +79,7 @@ script:
)
after_failure:
- cat .tox/log/*
- cat .tox/*/log/*
- cat .tox/*/log/*
notifications:
email:
on_success: never
Expand Down

0 comments on commit 60e3200

Please sign in to comment.