diff options
author | mathieui <mathieui@mathieui.net> | 2018-08-11 22:57:59 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2018-08-11 22:57:59 +0200 |
commit | 7d3403d288fd12edf9b21e6585193c1f82ceaf3a (patch) | |
tree | 9610a3fce8f856a758cd4022fee665ceedd3948c | |
parent | f7815112377e774aac9c4e2d0ea7a6c9851e0d9b (diff) | |
download | poezio-7d3403d288fd12edf9b21e6585193c1f82ceaf3a.tar.gz poezio-7d3403d288fd12edf9b21e6585193c1f82ceaf3a.tar.bz2 poezio-7d3403d288fd12edf9b21e6585193c1f82ceaf3a.tar.xz poezio-7d3403d288fd12edf9b21e6585193c1f82ceaf3a.zip |
CI: fix pylint for python 3.7
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 905edb44..18f128ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,7 @@ pytest-3.6: pytest-latest: stage: test - image: python:3.6 + image: python:3 script: - apt-get update && apt-get install -y libidn11-dev - git clone git://git.louiz.org/slixmpp |