mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 21:24:31 +03:00
Simplified code
This commit is contained in:
parent
35e0e57a38
commit
510512e9eb
11
.github/workflows/build.sh
vendored
11
.github/workflows/build.sh
vendored
|
@ -7,14 +7,11 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
|||
fi
|
||||
|
||||
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
|
||||
if [[ "$TRAVIS_OS_NAME" != "macos-latest" ]]; then
|
||||
if [[ "$PLAT" == "i686" ]]; then
|
||||
DOCKER_TEST_IMAGE="multibuild/xenial_$PLAT"
|
||||
else
|
||||
DOCKER_TEST_IMAGE="multibuild/focal_$PLAT"
|
||||
fi
|
||||
MB_PYTHON_OSX_VER="10.9"
|
||||
if [[ "$PLAT" == "i686" ]]; then
|
||||
DOCKER_TEST_IMAGE="multibuild/xenial_$PLAT"
|
||||
else
|
||||
MB_PYTHON_OSX_VER="10.9"
|
||||
DOCKER_TEST_IMAGE="multibuild/focal_$PLAT"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user