We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d82d8 commit 8032b13Copy full SHA for 8032b13
tox.ini
@@ -1,7 +1,6 @@
1
[tox]
2
isolated_build = True
3
envlist =
4
- {py3}-django-31
5
{py3}-django-32
6
7
[tox.package]
@@ -11,7 +10,6 @@ setenv =
11
10
PYTHONPATH = {toxinidir}:{toxinidir}/django_async_orm
12
commands = coverage run --source django_async_orm manage.py test -v2 {posargs}
13
deps =
14
- django-31: Django>=3.1,<3.2
15
django-32: Django>=3.2,<4.0
16
-r{toxinidir}/tests/requirements.txt
17
0 commit comments