diff --git a/.travis.yml b/.travis.yml index 8de02e2b0..555711d01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,12 +74,18 @@ matrix: - compiler: gcc os: linux env: SWIGLANG=python PY3=3 VER=3.4 + - compiler: gcc + os: linux + env: SWIGLANG=python PY3=3 VER=3.5 - compiler: gcc os: linux env: SWIGLANG=python SWIG_FEATURES=-builtin - compiler: gcc os: linux env: SWIGLANG=python SWIG_FEATURES=-builtin PY3=3 + - compiler: gcc + os: linux + env: SWIGLANG=python SWIG_FEATURES=-builtin PY3=3 VER=3.5 - compiler: gcc os: linux env: SWIGLANG=python SWIG_FEATURES=-O