summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-06-07 08:18:07 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-06-07 08:18:07 +0100
commit7a26e33b2ae3f5d87d522b6007809877d0229f71 (patch)
tree1e75f9cf6a9a59eff4950dd52333de7ff4de84c7
parent9b73cd036feeb1ab392e1e0d505e66951963c2fe (diff)
downloadswig-7a26e33b2ae3f5d87d522b6007809877d0229f71.tar.gz
Test Python 3 without -py3 option on Travis
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 028ce22f3..ac97dc6b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -105,6 +105,9 @@ matrix:
env: SWIGLANG=python SWIG_FEATURES=-builtin PY3=3 VER=3.5
- compiler: gcc
os: linux
+ env: SWIGLANG=python SWIG_FEATURES=-builtin PY3=3 VER=3.5 SWIGOPTPY3=
+ - compiler: gcc
+ os: linux
env: SWIGLANG=python SWIG_FEATURES=-O
- compiler: gcc
os: linux