1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

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

This commit is contained in:
Sébastien Helleu
2017-09-24 15:48:46 +02:00
parent 30f6b5fadf
commit a8bbb5ab9e
+2 -2
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: