diff options
author | David Cournapeau <cournape@gmail.com> | 2012-06-24 23:15:08 +0100 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2012-06-24 23:15:08 +0100 |
commit | 6bb3ef6b9737f9aae021f8905170eeb160f67d6f (patch) | |
tree | 56c43ebc36c60e53e474da200d64df5967ce880d | |
parent | e57266c9c738d5823f1eb3e8df846a4df5092179 (diff) | |
download | numpy-6bb3ef6b9737f9aae021f8905170eeb160f67d6f.tar.gz |
TST: fix .travis.yml to re-enable python 2.4 builds.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a84330d7c..d310f8d2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ matrix: include: - python: 2.5 env: TEST_PY24="true" - include: - python: 2.7 env: NPY_SEPARATE_COMPILATION=1 - python: 3.2 |