diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-10-08 14:39:50 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-10-08 14:39:50 -0600 |
commit | 60ca6346918d4a716f2d81ebeca930fbf4b6c190 (patch) | |
tree | 230188f666a9ee0222b67cdef6e44c4cb26978f8 /.travis.yml | |
parent | 3b8d7a49c71166dfb0d828f248d9b217762ab520 (diff) | |
download | numpy-60ca6346918d4a716f2d81ebeca930fbf4b6c190.tar.gz |
TST: Remove single file compilation test from travis ci.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 5d5c149b4..7074e7ada 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ python: - 2.7 - 3.2 - 3.3 + - 3.4 - 3.5-dev matrix: include: @@ -46,9 +47,7 @@ matrix: - python3-dev - python3-nose - python: 2.7 - env: NPY_SEPARATE_COMPILATION=0 PYTHON_OO=1 - - python: 3.4 - env: NPY_RELAXED_STRIDES_CHECKING=0 + env: NPY_RELAXED_STRIDES_CHECKING=0 PYTHON_OO=1 - python: 2.7 env: USE_WHEEL=1 before_install: |