From 7a26e33b2ae3f5d87d522b6007809877d0229f71 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 7 Jun 2016 08:18:07 +0100 Subject: [PATCH] Test Python 3 without -py3 option on Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 028ce22f3..ac97dc6b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,6 +103,9 @@ matrix: - compiler: gcc os: linux 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