Add Python Travis tests for -O

This commit is contained in:
William S Fulton 2015-04-21 21:01:58 +01:00
commit 4b69bdadd4

View file

@ -50,6 +50,8 @@ matrix:
env: SWIGLANG=python SWIG_FEATURES=-builtin
- compiler: gcc
env: SWIGLANG=python SWIG_FEATURES=-builtin PY3=3
- compiler: gcc
env: SWIGLANG=python SWIG_FEATURES=-O
- compiler: gcc
env: SWIGLANG=python SWIG_FEATURES=-classic
- compiler: gcc
@ -65,6 +67,9 @@ matrix:
# Not quite working yet
- compiler: gcc
env: SWIGLANG=python SWIG_FEATURES=-classic
# Not quite working yet
- compiler: gcc
env: SWIGLANG=python SWIG_FEATURES=-O
# Lots of failing tests currently
- compiler: gcc
env: SWIGLANG=ocaml