Skip to content

Commit 6dc3c0a

Browse files
committed
WIP
1 parent c275fd1 commit 6dc3c0a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

tox.ini

+8-10
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ envlist =
5454
; Only officially supported Python versions are tested for each Django
5555
; major release. Updated list can be found at:
5656
; https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
57-
py3{7}-test-instrumentation-django1
58-
py3{7,8,9}-test-instrumentation-django2
59-
py3{7,8,9,10,11}-test-instrumentation-django3
60-
py3{8,9,10,11}-test-instrumentation-django4
57+
py3{7}-test-instrumentation-django-1
58+
py3{7,8,9}-test-instrumentation-django-2
59+
py3{7,8,9,10,11}-test-instrumentation-django-3
60+
py3{8,9,10,11}-test-instrumentation-django-4
6161
pypy3-test-instrumentation-django-{1,2,3}
6262

6363
; opentelemetry-instrumentation-dbapi
@@ -72,14 +72,12 @@ envlist =
7272
; opentelemetry-instrumentation-elasticsearch
7373
py3{7,8,9,10,11}-test-instrumentation-elasticsearch-{2,6}
7474
pypy3-test-instrumentation-elasticsearch-{2,6}
75-
76-
; opentelemetry-instrumentation-elasticsearch5
77-
py3{7,8,9}-test-instrumentation-elasticsearch5
78-
pypy3-test-instrumentation-elasticsearch5
75+
py3{7,8,9}-test-instrumentation-elasticsearch-5
76+
pypy3-test-instrumentation-elasticsearch-5
7977

8078
; opentelemetry-instrumentation-falcon
8179
; py310 does not work with falcon 1
82-
py3{7,8,9}-test-instrumentation-falcon1
80+
py3{7,8,9}-test-instrumentation-falcon-1
8381
py3{7,8,9,10,11}-test-instrumentation-falcon-{2,3}
8482
pypy3-test-instrumentation-falcon-{1,2,3}
8583

@@ -104,7 +102,7 @@ envlist =
104102
py3{7,8,9,10,11}-test-instrumentation-requests
105103
;pypy3-test-instrumentation-requests
106104

107-
; opentelemetry-instrumentation-starlette.
105+
; opentelemetry-instrumentation-starlette
108106
py3{7,8,9,10,11}-test-instrumentation-starlette
109107
pypy3-test-instrumentation-starlette
110108

0 commit comments

Comments
 (0)