Add python3-django-allauth to gitlab-ci

This commit is contained in:
Alexandre Iooss 2022-03-11 17:41:17 +01:00
parent 06d8966393
commit 5973612776

View file

@ -11,7 +11,8 @@ py39-django22:
apt-get update && apt-get update &&
apt-get install --no-install-recommends -y apt-get install --no-install-recommends -y
python3-django python3-django-crispy-forms python3-django python3-django-crispy-forms
python3-pil python3-pip python3-setuptools tox git python3-pil python3-django-allauth
python3-pip python3-setuptools tox git
script: tox -e py39-django22 script: tox -e py39-django22
linters: linters: