mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-06 10:13:01 +00:00
Add more dependency in Gitlab CI
This commit is contained in:
parent
b7bc0fe499
commit
ad2f1391a4
@ -6,7 +6,7 @@ py38-django31:
|
|||||||
stage: test
|
stage: test
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add gcc postgresql-dev # Add texlive
|
- apk add gcc libc-dev libffi-dev postgresql-dev # Add texlive
|
||||||
- pip install tox --no-cache-dir
|
- pip install tox --no-cache-dir
|
||||||
script: tox -e py38-django31
|
script: tox -e py38-django31
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ linters:
|
|||||||
stage: quality-assurance
|
stage: quality-assurance
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add gcc postgresql-dev # Add texlive
|
- apk add gcc libc-dev libffi-dev postgresql-dev # Add texlive
|
||||||
- pip install tox --no-cache-dir
|
- pip install tox --no-cache-dir
|
||||||
script: tox -e linters
|
script: tox -e linters
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user