mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Fix deps.
This commit is contained in:
parent
ed3cf0b94d
commit
81b75c4e12
2 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
-e .
|
||||
coverage
|
||||
mockredispy
|
||||
django-redis-cache==2.1.1
|
||||
django-redis-cache
|
||||
celery<5
|
||||
|
|
|
|||
10
tox.ini
10
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
envlist =
|
||||
# list of supported Django/Python versioons:
|
||||
py{36,37,38,39,py3}-django{22,30,31,master}
|
||||
py{36,37,38,39,py3}-dj{22,30,31,master}
|
||||
py38-{lint,docs}
|
||||
|
||||
[gh-actions]
|
||||
|
|
@ -15,10 +15,10 @@ python =
|
|||
[testenv]
|
||||
deps =
|
||||
-rrequirements.txt
|
||||
django22: django>=2.2,<2.3
|
||||
django30: django>=3.0,<3.1
|
||||
django31: django>=3.1,<3.2
|
||||
djangomaster: https://github.com/django/django/archive/master.tar.gz
|
||||
dj22: django>=2.2,<2.3
|
||||
dj30: django>=3.0,<3.1
|
||||
dj31: django>=3.1,<3.2
|
||||
djmaster: https://github.com/django/django/archive/master.tar.gz
|
||||
usedevelop = True
|
||||
commands =
|
||||
{envbindir}/coverage run --source=defender {envbindir}/django-admin test defender --settings=defender.ci_settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue