diff --git a/.travis.yml b/.travis.yml index 7efbeec..a76f319 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,24 @@ jobs: - MB_PYTHON_VERSION=3.9 - NP_BUILD_DEP=1.16 - NP_TEST_DEP=1.16 + - os: linux + arch: arm64 + env: + - MB_PYTHON_VERSION=3.7 + - NP_BUILD_DEP=1.19 + - NP_TEST_DEP=1.19 + - PLAT=aarch64 + - MB_ML_VER=2014 + - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT} + - os: linux + arch: arm64 + env: + - MB_PYTHON_VERSION=3.8 + - NP_BUILD_DEP=1.19 + - NP_TEST_DEP=1.19 + - PLAT=aarch64 + - MB_ML_VER=2014 + - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT} - os: osx language: generic env: diff --git a/config.sh b/config.sh index 121e502..c5967a3 100644 --- a/config.sh +++ b/config.sh @@ -56,7 +56,7 @@ function run_tests { if [ -z "$IS_OSX" ]; then # Need fc-list for tests - sudo apt-get install fontconfig + apt-get install fontconfig fi echo "sanity checks"