summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Brett <matthew.brett@gmail.com>2014-05-03 14:58:38 -0700
committerMatthew Brett <matthew.brett@gmail.com>2014-05-04 13:47:03 -0700
commit0beb47f52b359ac90d81ec3f932f39a6f85bf8e8 (patch)
tree382aca1f4146d39130441b278d47aa9f3800f758 /.travis.yml
parent99cbdbacc23041392aac3f8cc60916d603ee9b1c (diff)
downloadnumpy-0beb47f52b359ac90d81ec3f932f39a6f85bf8e8.tar.gz
TST: add travis test for wheel build and install
Add travis build that builds and installs wheel, runs tests from installed wheel.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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