diff options
author | Stephan Hoyer <shoyer@google.com> | 2019-05-25 16:18:59 -0700 |
---|---|---|
committer | Stephan Hoyer <shoyer@google.com> | 2019-05-25 16:18:59 -0700 |
commit | 37df5e641f19d9e5221cb519532b6cc5647ebe53 (patch) | |
tree | abbfe6d2770de60c3faa55e3b42729fcf6bf8c42 /.travis.yml | |
parent | 766281d1bef8845407855ddf48e3d6b50668e7b7 (diff) | |
download | numpy-37df5e641f19d9e5221cb519532b6cc5647ebe53.tar.gz |
Tests for NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f8d71aa8a..8b98984bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,6 +65,8 @@ matrix: - python: 3.6 env: USE_WHEEL=1 NPY_RELAXED_STRIDES_DEBUG=1 - python: 3.6 + env: NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=0 + - python: 3.6 env: - BLAS=None - LAPACK=None |