summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2020-01-14 06:09:11 +1100
committermattip <matti.picus@gmail.com>2020-01-17 18:27:38 +1100
commit879d0e43a0509641084a4286bf3159f1d54180d8 (patch)
treec068133287134ad8112dfe3b914c24d7a7b8127c /.travis.yml
parent21bc6b6e6e4f856cae061f6f21297e916cd95ca9 (diff)
downloadnumpy-879d0e43a0509641084a4286bf3159f1d54180d8.tar.gz
BLD: use 0.3.7 release version, add dependency on libgfortran5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 73106b4c1..8f986863c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@
language: python
group: travis_latest
os: linux
-dist: xenial
+dist: bionic
# Travis whitelists the installable packages, additions can be requested
# https://github.com/travis-ci/apt-package-whitelist
@@ -11,6 +11,8 @@ addons:
apt:
packages: &common_packages
- gfortran
+ - libgfortran5
+ - libgfortran3
- libatlas-base-dev
# Speedup builds, particularly when USE_CHROOT=1
- eatmydata
@@ -47,7 +49,6 @@ jobs:
- python: 3.7
- python: 3.6
- dist: bionic
env: USE_DEBUG=1
addons:
apt:
@@ -112,8 +113,18 @@ jobs:
arch: s390x
env:
# use s390x OpenBLAS build, not system ATLAS
+ - DOWNLOAD_OPENBLAS=1
- ATLAS=None
+ - python: 3.7
+ os: linux
+ arch: aarch64
+ env:
+ # use ppc64le OpenBLAS build, not system ATLAS
+ - DOWNLOAD_OPENBLAS=1
+ - ATLAS=None
+
+
before_install:
- ./tools/travis-before-install.sh