diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-10-03 21:10:45 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-10-04 12:25:02 -0600 |
commit | 43ca904f79ced66552ff02e7e92da1c4566beadd (patch) | |
tree | 8d2544bd891c6952adaef656361cc43b72757960 /.travis.yml | |
parent | dc453917978e98dcdf3bbc106b080c80f0a1301e (diff) | |
download | numpy-43ca904f79ced66552ff02e7e92da1c4566beadd.tar.gz |
TST: Add test with python flag -OO.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index deabf611e..12a443d41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ matrix: - python: 3.2 env: USE_DEBUG=1 - python: 2.7 - env: NPY_SEPARATE_COMPILATION=0 + env: NPY_SEPARATE_COMPILATION=0 PYTHON_OO=1 - python: 3.3 env: NPY_SEPARATE_COMPILATION=0 - python: 2.7 |