From 4c51c655d4e2db217a0f42ca5b8cc1a8ded766e3 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 5 Jun 2016 21:43:15 +0100 Subject: [PATCH] Expand Travis to test python 2.6 with -builtin --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e0e79f408..028ce22f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,6 +91,9 @@ matrix: - compiler: gcc os: linux env: SWIGLANG=python PY3=3 VER=3.5 + - compiler: gcc + os: linux + env: SWIGLANG=python SWIG_FEATURES=-builtin VER=2.6 - compiler: gcc os: linux env: SWIGLANG=python SWIG_FEATURES=-builtin