core: test with Python 3.5 instead of 3.6 on Travis CI

v2.8-utf8proc
Sébastien Helleu 2017-09-24 15:48:46 +02:00
parent 30f6b5fadf
commit a8bbb5ab9e
1 changed files with 2 additions and 2 deletions

View File

@ -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: