Fix #862: replaced Daphne by Gunicorn/Uvicorn

This commit is contained in:
Eliot Berriot 2019-06-19 10:26:09 +02:00
commit 4de78995c0
13 changed files with 33 additions and 111 deletions

View file

@ -129,6 +129,7 @@ test_api:
only:
- branches
before_script:
- apk add make
- cd api
- sed -i '/Pillow/d' requirements/base.txt
- pip3 install -r requirements/base.txt