diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-24 15:48:46 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-09-24 15:48:46 +0200 |
commit | a8bbb5ab9e694e3858acacd4aba0d434f2efeb38 (patch) | |
tree | 5dd405b1c9cf17d442c4bd79db77fa5c30cf43b9 | |
parent | 30f6b5fadf23bce586ade69bb701cb10a4a4e291 (diff) | |
download | weechat-a8bbb5ab9e694e3858acacd4aba0d434f2efeb38.zip |
core: test with Python 3.5 instead of 3.6 on Travis CI
-rw-r--r-- | .travis.yml | 4 |
1 files 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: |