diff options
author | David Cournapeau <cournape@gmail.com> | 2013-01-21 19:37:50 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-01-24 09:52:12 -0700 |
commit | 08dfe2f48ea6bab6935b1f13d9385df9f9f4f782 (patch) | |
tree | 705b197d2e36a08dc5db9c817637fc251d305efa /.travis.yml | |
parent | 63cf49de635ec1d64967ed746ea4839935d80bcd (diff) | |
download | numpy-08dfe2f48ea6bab6935b1f13d9385df9f9f4f782.tar.gz |
FEAT: use separate build by default.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index a91d1c476..61580a2ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,9 @@ python: matrix: include: - python: 2.7 - env: NPY_SEPARATE_COMPILATION=1 + env: NPY_SEPARATE_COMPILATION=0 - python: 3.2 - env: NPY_SEPARATE_COMPILATION=1 + env: NPY_SEPARATE_COMPILATION=0 before_install: - mkdir builds - pushd builds |