From 0beb47f52b359ac90d81ec3f932f39a6f85bf8e8 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Sat, 3 May 2014 14:58:38 -0700 Subject: TST: add travis test for wheel build and install Add travis build that builds and installs wheel, runs tests from installed wheel. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 944818428..deabf611e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,8 @@ matrix: env: NPY_RELAXED_STRIDES_CHECKING=1 - python: 2.7 env: USE_BENTO=1 + - python: 2.7 + env: USE_WHEEL=1 before_install: - uname -a - free -m -- cgit v1.2.1