diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-03-22 09:04:00 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-03-22 09:06:40 -0600 |
commit | 3fc612828348fa40ea2153a809a1e15e36316d13 (patch) | |
tree | f47cf4f0b79cace808e4e0e6abb959690041a92b /.travis.yml | |
parent | a866fdd2c9481de18241a27778679013042d5349 (diff) | |
download | numpy-3fc612828348fa40ea2153a809a1e15e36316d13.tar.gz |
TST: Disable travis bento build.
The waf.io site needed looks to be offline at the moment. This
disables the travis bento build test that depends on it.
Diffstat (limited to '.travis.yml')
-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: |