diff options
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93129d0d..23e170f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,7 @@ pytest-3.5: image: python:3.5 script: - apt-get update && apt-get install -y libidn11-dev + - pip install 'aiohttp<4.0' - git clone git://git.louiz.org/slixmpp - pip3 install pytest pyasn1-modules cffi --upgrade - cd slixmpp |