diff options
author | David Cournapeau <cournape@gmail.com> | 2012-06-24 22:29:53 +0100 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2012-06-24 22:29:53 +0100 |
commit | e57266c9c738d5823f1eb3e8df846a4df5092179 (patch) | |
tree | db7c341434357fd379a8fc6a1741226e7c972133 /.travis.yml | |
parent | e29dc430bd4d55650ec8996ee58feca126c433ea (diff) | |
download | numpy-e57266c9c738d5823f1eb3e8df846a4df5092179.tar.gz |
TST: fix matrix def in travis to avoid unwanted builds.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 956034640..a84330d7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ env: # use it. # - TEST_PY24="" - - NPY_SEPARATE_COMPILATION=0 matrix: include: - python: 2.5 |