Skip to content

Commit 8032b13

Browse files
committed
remove django deprecated version
1 parent 92d82d8 commit 8032b13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[tox]
22
isolated_build = True
33
envlist =
4-
{py3}-django-31
54
{py3}-django-32
65

76
[tox.package]
@@ -11,7 +10,6 @@ setenv =
1110
PYTHONPATH = {toxinidir}:{toxinidir}/django_async_orm
1211
commands = coverage run --source django_async_orm manage.py test -v2 {posargs}
1312
deps =
14-
django-31: Django>=3.1,<3.2
1513
django-32: Django>=3.2,<4.0
1614
-r{toxinidir}/tests/requirements.txt
1715

0 commit comments

Comments
 (0)