Fix deps.

This commit is contained in:
Jannis Leidel 2020-12-21 12:29:25 +01:00
parent ed3cf0b94d
commit 81b75c4e12
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
-e .
coverage
mockredispy
django-redis-cache==2.1.1
django-redis-cache
celery<5

10
tox.ini
View file

@ -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