diff --git a/.travis.yml b/.travis.yml index 7e7af91a2..cabf45568 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,6 +119,16 @@ matrix: env: SWIGLANG=python # 2.7 sudo: required dist: trusty + - compiler: gcc + os: linux + env: SWIGLANG=python PY3=3 VER=3.2 + sudo: required + dist: trusty + - compiler: gcc + os: linux + env: SWIGLANG=python PY3=3 VER=3.3 + sudo: required + dist: trusty - compiler: gcc os: linux env: SWIGLANG=python PY3=3 VER=3.4