Skip to content

Commit

Permalink
Add Python Travis tests for -O
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Apr 24, 2015
1 parent 416277b commit 4b69bda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4b69bda

Please sign in to comment.