💩 Add psql as CI dependency (remove it in the future)

This commit is contained in:
Yohann D'ANELLO 2020-09-24 11:49:35 +02:00
parent 7a02355c2d
commit fa0e4cd2f9
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ py38-django31:
stage: test
image: python:3-alpine
before_script:
- apk add postgresql-dev # Add texlive
- pip install tox --no-cache-dir
script: tox -e py38-django31
@ -13,6 +14,7 @@ linters:
stage: quality-assurance
image: python:3-alpine
before_script:
- apk add postgresql-dev # Add texlive
- pip install tox --no-cache-dir
script: tox -e linters