diff options
author | David Sanders <dsanders11@ucsbalum.com> | 2015-10-19 12:47:50 -0700 |
---|---|---|
committer | David Sanders <dsanders11@ucsbalum.com> | 2015-10-19 12:48:04 -0700 |
commit | ac4433cf550762f53459d330c41a98178a4f9713 (patch) | |
tree | cdebbe01ccdf712c2b98bf89e902122186ef3ad3 /.travis.yml | |
parent | 17146b2a873e835630ad58d00b73e97ba1fdb214 (diff) | |
download | numpy-ac4433cf550762f53459d330c41a98178a4f9713.tar.gz |
Do a TravisCI build with PYTHONOPTIMIZE=2
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 64ed69aa8..2447360f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,8 @@ matrix: env: NPY_RELAXED_STRIDES_CHECKING=0 PYTHON_OO=1 - python: 2.7 env: USE_WHEEL=1 + - python: 2.7 + env: PYTHONOPTIMIZE=2 before_install: - uname -a - free -m |