CI: fix pylint for python 3.7
This commit is contained in:
parent
f781511237
commit
7d3403d288
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ pytest-3.6:
|
||||||
|
|
||||||
pytest-latest:
|
pytest-latest:
|
||||||
stage: test
|
stage: test
|
||||||
image: python:3.6
|
image: python:3
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install -y libidn11-dev
|
- apt-get update && apt-get install -y libidn11-dev
|
||||||
- git clone git://git.louiz.org/slixmpp
|
- git clone git://git.louiz.org/slixmpp
|
||||||
|
|
Loading…
Reference in a new issue