Merge pull request #218 from radarhere/plat

Test 64-bit Linux PyPy on focal
This commit is contained in:
Andrew Murray 2021-08-28 09:41:09 +10:00 committed by GitHub
commit 883a7d7b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,11 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
fi
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
if [[ "$TRAVIS_OS_NAME" != "macos-latest" ]]; then
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