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:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user