summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-10-10 21:31:46 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-10-10 21:31:46 +0100
commite7b35c796e99468fdb4146783ecdeefc992c7d34 (patch)
treef3120fe383f053195347500d74bf3f186ba14ea5 /.travis.yml
parent808d4b4798685dbbc8515277faa573c7ce40fbc2 (diff)
downloadswig-e7b35c796e99468fdb4146783ecdeefc992c7d34.tar.gz
Add Python -builtin Travis testing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8521e0cc6..fe01df47e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,6 +43,10 @@ matrix:
- compiler: gcc
env: SWIGLANG=python PY3=3 VER=3.4
- compiler: gcc
+ env: SWIGLANG=python SWIG_FEATURES=-builtin
+ - compiler: gcc
+ env: SWIGLANG=python SWIG_FEATURES=-builtin PY3=1
+ - compiler: gcc
env: SWIGLANG=ruby
- compiler: gcc
env: SWIGLANG=tcl