summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2019-01-09 14:46:06 -0800
committerTyler Reddy <tyler.je.reddy@gmail.com>2019-01-10 03:59:01 -0800
commit244bed4df7b538e8c317ebe1a796ab4ccbfa180b (patch)
treeb435b73e84bc8246e9c7a3636a274d9cb6772bce
parent30eae3dd24402ca07cd56cae6db646ad61e5d7f1 (diff)
downloadnumpy-244bed4df7b538e8c317ebe1a796ab4ccbfa180b.tar.gz
TST: add ppc64le to Travis CI matrix
-rw-r--r--.travis.yml5
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