From b36af0c496d5306eea008c27f9195bd171e4d460 Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Wed, 16 Jul 2014 23:17:37 +0200 Subject: 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. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1