Fix pipiline errors
This commit is contained in:
parent
b6dfbf9af6
commit
ab2a9bfa4d
3 changed files with 3 additions and 15 deletions
|
|
@ -2,18 +2,6 @@ stages:
|
|||
- test
|
||||
- quality-assurance
|
||||
|
||||
# Debian Bullseye
|
||||
py39-django22:
|
||||
stage: test
|
||||
image: debian:bullseye
|
||||
before_script:
|
||||
- >
|
||||
apt-get update &&
|
||||
apt-get install --no-install-recommends -y
|
||||
python3-django python3-django-crispy-forms
|
||||
python3-pil python3-django-allauth
|
||||
python3-pip python3-setuptools tox git
|
||||
script: tox -e py39-django22
|
||||
|
||||
# Debian Bookworm
|
||||
py311-django32:
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ django-crispy-forms~=1.7
|
|||
Django>=2.2.20
|
||||
ExifRead>=2.1.2
|
||||
Pillow>=6.0.0
|
||||
django-debug-toolbar>=6.1.0
|
||||
django-debug-toolbar>=3.2.0
|
||||
4
tox.ini
4
tox.ini
|
|
@ -8,8 +8,8 @@ skipsdist = True
|
|||
[testenv]
|
||||
sitepackages = True
|
||||
deps =
|
||||
django22: Django ~= 2.2.0
|
||||
django32: Django ~= 3.2.0
|
||||
django22: Django >= 2.2.0
|
||||
django32: Django >= 3.2.0
|
||||
-r{toxinidir}/requirements.txt
|
||||
coverage
|
||||
commands =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue