From 39a21ddf4deb32a6a7db5a0b890f064166c04a77 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Wed, 26 Apr 2017 13:13:54 -0600 Subject: 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.1