Skip to content

Commit

Permalink
TST: remove not important tests to reduce travis load
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
juliantaylor committed Jul 16, 2014
1 parent 4e41192 commit b36af0c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b36af0c

Please sign in to comment.