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 3fa9cad commit 71968feCopy full SHA for 71968fe
tox.ini
@@ -52,6 +52,12 @@ envlist =
52
; Only officially supported Python versions are tested for each Django
53
; major release. Updated list can be found at:
54
; https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
55
+ ; The numbers at the end of the environment names
56
+ ; below mean these dependencies are being used:
57
+ ; 0: django~=2.0
58
+ ; 1: django~=3.0
59
+ ; 2: django>=4.0b1,<5.0 backports.zoneinfo==0.2.1
60
+ ; 3: django>=4.0b1,<5.0
61
py3{8,9}-test-instrumentation-django-0
62
py3{8,9}-test-instrumentation-django-1
63
py3{8,9}-test-instrumentation-django-2
0 commit comments