ci: attempt to use poetry wheels

This commit is contained in:
Luna 2021-07-09 23:18:37 -03:00
parent 25cd905868
commit c03ef5397c
1 changed files with 3 additions and 1 deletions

View File

@ -15,8 +15,10 @@ tests:
before_script: before_script:
- python -V - python -V
- time apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev gifsicle - time apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev gifsicle
- time pip3 install wheel tox - time pip3 install --upgrade pip
- time pip3 install wheel tox poetry
script: script:
- ls - ls
- cp config.ci.py config.py - cp config.ci.py config.py
- poetry run ./manage.py migrate
- time tox - time tox