From b093d4b7037d063ba1488bb2e6901db72cdcd464 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 10 Oct 2015 01:25:15 +0100 Subject: [PATCH] Travis testing - add Python 3.5 --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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