From d9eb7a5fce10a6bf1b15049536fbbd057f33f1fa Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Mon, 27 Apr 2015 16:01:17 +0200 Subject: TST: re-enable TravisCI testing with Bento. Disabling was done in gh-5708, due to the Waf download site being down for a while. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0bf2ab447..b39d335ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,8 @@ matrix: env: NPY_SEPARATE_COMPILATION=0 PYTHON_OO=1 - python: 3.4 env: NPY_RELAXED_STRIDES_CHECKING=0 -# disable bento test until waf issue is resolved. -# - python: 2.7 -# env: USE_BENTO=1 + - python: 2.7 + env: USE_BENTO=1 - python: 2.7 env: USE_WHEEL=1 before_install: -- cgit v1.2.1