diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index deabf611e..40339d7ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,9 @@ matrix: - python: 3.3 env: NPY_SEPARATE_COMPILATION=0 - python: 2.7 - env: NPY_RELAXED_STRIDES_CHECKING=1 + env: NPY_RELAXED_STRIDES_CHECKING=0 - python: 3.3 - env: NPY_RELAXED_STRIDES_CHECKING=1 + env: NPY_RELAXED_STRIDES_CHECKING=0 - python: 2.7 env: USE_BENTO=1 - python: 2.7 |