diff options
author | Tyler Reddy <tyler.je.reddy@gmail.com> | 2019-01-09 14:46:06 -0800 |
---|---|---|
committer | Tyler Reddy <tyler.je.reddy@gmail.com> | 2019-01-10 03:59:01 -0800 |
commit | 244bed4df7b538e8c317ebe1a796ab4ccbfa180b (patch) | |
tree | b435b73e84bc8246e9c7a3636a274d9cb6772bce /.travis.yml | |
parent | 30eae3dd24402ca07cd56cae6db646ad61e5d7f1 (diff) | |
download | numpy-244bed4df7b538e8c317ebe1a796ab4ccbfa180b.tar.gz |
TST: add ppc64le to Travis CI matrix
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 23c731f83..cbf71e906 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,6 +71,11 @@ matrix: - python: 3.6 env: - NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1 + - os: linux-ppc64le + python: 3.6 + env: + # for matrix annotation only + - PPC64_LE=1 before_install: - ./tools/travis-before-install.sh |