diff options
author | Matthew Brett <matthew.brett@gmail.com> | 2014-05-03 14:58:38 -0700 |
---|---|---|
committer | Matthew Brett <matthew.brett@gmail.com> | 2014-05-04 13:47:03 -0700 |
commit | 0beb47f52b359ac90d81ec3f932f39a6f85bf8e8 (patch) | |
tree | 382aca1f4146d39130441b278d47aa9f3800f758 /.travis.yml | |
parent | 99cbdbacc23041392aac3f8cc60916d603ee9b1c (diff) | |
download | numpy-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.yml | 2 |
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 |