summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-04-26 13:13:54 -0600
committerCharles Harris <charlesr.harris@gmail.com>2017-04-26 14:31:29 -0600
commit39a21ddf4deb32a6a7db5a0b890f064166c04a77 (patch)
tree5e6faf2fe634896c6bffd6f17eb715d69e5a79c6 /.travis.yml
parent4408f743db8b5a15e9d0b5ace39ef12cafa1bce3 (diff)
downloadnumpy-39a21ddf4deb32a6a7db5a0b890f064166c04a77.tar.gz
TST: Enable NPY_RELAXED_STRIDES_DEBUG environment variable.
Setting NPY_RELAXED_STRIDES_DEBUG=1 in the enviroment when relaxed stride checking is enabled will cause numpy to be compiled with affected strides set to bogus values in order to help smoke out incorrect usage of strides in downstream projects.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0b1a864e5..416a306fa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -71,7 +71,7 @@ matrix:
- python: 2.7
env: NPY_RELAXED_STRIDES_CHECKING=0 PYTHON_OO=1
- python: 2.7
- env: USE_WHEEL=1
+ env: USE_WHEEL=1 NPY_RELAXED_STRIDES_DEBUG=1
- python: 2.7
env:
- BLAS=None