CI 4 VS erdnaxe 0

This commit is contained in:
Alexandre Iooss 2020-09-01 15:19:06 +02:00
parent 85c9c4b2ba
commit 739da3a090
1 changed files with 29 additions and 26 deletions

View File

@ -6,7 +6,8 @@ stages:
py37-django22:
stage: test
image: debian:buster-backports
before_script: >
before_script:
- >
apt-get update &&
apt-get install -t buster-backports -y python3-django python3-django-crispy-forms
python3-django-extensions python3-django-filters python3-django-polymorphic
@ -20,7 +21,8 @@ py37-django22:
py38-django22:
stage: test
image: ubuntu:20.04
before_script: >
before_script:
- >
apt-get update &&
apt-get install -y python3-django python3-django-crispy-forms
python3-django-extensions python3-django-filters python3-django-polymorphic
@ -33,7 +35,8 @@ py38-django22:
linters:
stage: quality-assurance
image: debian:buster-backports
before_script: >
before_script:
- >
apt-get update &&
apt-get install -t buster-backports -y python3-django python3-django-crispy-forms
python3-django-extensions python3-django-filters python3-django-polymorphic