diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-16 23:17:37 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-16 23:19:47 +0200 |
commit | b36af0c496d5306eea008c27f9195bd171e4d460 (patch) | |
tree | 21f3e1bedce5b34e3b7eebb8505dafadc9daff60 | |
parent | 4e41192f2e78f87b4a6b91230b7236c138963fe4 (diff) | |
download | numpy-b36af0c496d5306eea008c27f9195bd171e4d460.tar.gz |
TST: remove not important tests to reduce travis load
Remove one of the separate compilation and relaxed strides tests, it is
not worth the cpu time to test these on two python versions.
Use one of them to add a non debug python3.4 test.
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 40339d7ba..85c216a2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,7 @@ matrix: env: USE_DEBUG=1 - python: 2.7 env: NPY_SEPARATE_COMPILATION=0 - - python: 3.3 - env: NPY_SEPARATE_COMPILATION=0 - - python: 2.7 - env: NPY_RELAXED_STRIDES_CHECKING=0 - - python: 3.3 + - python: 3.4 env: NPY_RELAXED_STRIDES_CHECKING=0 - python: 2.7 env: USE_BENTO=1 |