From a8bbb5ab9e694e3858acacd4aba0d434f2efeb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 24 Sep 2017 15:48:46 +0200 Subject: [PATCH] core: test with Python 3.5 instead of 3.6 on Travis CI --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a38cef2d1..de4ce0c12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,10 @@ dist: trusty env: - BUILDTOOL="cmake" BUILDARGS="" PY_VER=2.7 - - BUILDTOOL="cmake" BUILDARGS="-DENABLE_PYTHON3=ON" PY_VER=3.6 + - BUILDTOOL="cmake" BUILDARGS="-DENABLE_PYTHON3=ON" PY_VER=3.5 - BUILDTOOL="cmake" BUILDARGS="-DENABLE_GNUTLS=OFF" PY_VER=2.7 - BUILDTOOL="autotools" BUILDARGS="" PY_VER=2.7 - - BUILDTOOL="autotools" BUILDARGS="--enable-python3" PY_VER=3.6 + - BUILDTOOL="autotools" BUILDARGS="--enable-python3" PY_VER=3.5 - BUILDTOOL="autotools" BUILDARGS="--disable-gnutls" PY_VER=2.7 before_script: