From 7d3403d288fd12edf9b21e6585193c1f82ceaf3a Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 11 Aug 2018 22:57:59 +0200 Subject: CI: fix pylint for python 3.7 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3