Specifically install aiohttp 3 in python 3.5 CI
I hope it can fix the issue without further tinkering.
This commit is contained in:
parent
73a953b644
commit
494feac441
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue