diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2015-03-22 16:26:17 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2015-03-22 16:26:17 +0100 |
commit | e3101647ef7c262fa6b4ddc8fdf79453f8a1e05c (patch) | |
tree | 2e2b4ddf8f9be9dc66855a540968ce8f0f4c96c0 | |
parent | 17ff4236dcfdc95a4ab22bf32df96b0417e7ad43 (diff) | |
parent | 3fc612828348fa40ea2153a809a1e15e36316d13 (diff) | |
download | numpy-e3101647ef7c262fa6b4ddc8fdf79453f8a1e05c.tar.gz |
Merge pull request #5708 from charris/disable-travis-bento
TST: Disable travis bento build.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b39d335ad..0bf2ab447 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,9 @@ matrix: env: NPY_SEPARATE_COMPILATION=0 PYTHON_OO=1 - python: 3.4 env: NPY_RELAXED_STRIDES_CHECKING=0 - - python: 2.7 - env: USE_BENTO=1 +# disable bento test until waf issue is resolved. +# - python: 2.7 +# env: USE_BENTO=1 - python: 2.7 env: USE_WHEEL=1 before_install: |