summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-04-21 21:01:58 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-04-24 21:11:09 +0100
commit4b69bdadd44cd9b900083bb4c7a3ebe4cc0b35e6 (patch)
treed878db76cc295d7274d561922980a0d7a989a731 /.travis.yml
parent416277b3a56646c2934ca9ee542a3f36d4f9a436 (diff)
downloadswig-4b69bdadd44cd9b900083bb4c7a3ebe4cc0b35e6.tar.gz
Add Python Travis tests for -O
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cd849f05f..679d42a5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,6 +51,8 @@ matrix:
- 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
env: SWIGLANG=ruby
@@ -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