diff options
-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 |