Skip to content

Commit 71968fe

Browse files
committed
Add comment
1 parent 3fa9cad commit 71968fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ envlist =
5252
; Only officially supported Python versions are tested for each Django
5353
; major release. Updated list can be found at:
5454
; 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
5561
py3{8,9}-test-instrumentation-django-0
5662
py3{8,9}-test-instrumentation-django-1
5763
py3{8,9}-test-instrumentation-django-2

0 commit comments

Comments
 (0)