Skip to content

Commit 06b7e36

Browse files
committed
Add configurator to tox.ini
1 parent 6d8cede commit 06b7e36

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ envlist =
2828
py3{6,7,8,9}-test-core-getting-started
2929
pypy3-test-core-getting-started
3030

31-
; opentelemetry-distro
32-
py3{6,7,8,9}-test-core-distro
33-
pypy3-test-core-distro
31+
; opentelemetry-configurator
32+
py3{6,7,8,9}-test-core-configurator
33+
pypy3-test-core-configurator
3434

3535
; opentelemetry-exporter-jaeger
3636
py3{6,7,8,9}-test-exporter-jaeger-combined
@@ -103,7 +103,7 @@ changedir =
103103
test-core-instrumentation: opentelemetry-instrumentation/tests
104104
test-core-getting-started: docs/getting_started/tests
105105
test-core-opentracing-shim: shim/opentelemetry-opentracing-shim/tests
106-
test-core-distro: opentelemetry-distro/tests
106+
test-core-configurator: opentelemetry-configurator/tests
107107

108108
test-exporter-jaeger-combined: exporter/opentelemetry-exporter-jaeger/tests
109109
test-exporter-jaeger-proto-grpc: exporter/opentelemetry-exporter-jaeger-proto-grpc/tests
@@ -129,7 +129,7 @@ commands_pre =
129129
test-core-opentracing-shim: pip install {toxinidir}/opentelemetry-instrumentation
130130

131131
test-core-proto: pip install {toxinidir}/opentelemetry-proto
132-
distro: pip install {toxinidir}/opentelemetry-distro
132+
configurator: pip install {toxinidir}/opentelemetry-configurator
133133
instrumentation: pip install {toxinidir}/opentelemetry-instrumentation
134134

135135
getting-started: pip install requests flask -e {toxinidir}/opentelemetry-instrumentation -e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-requests {toxinidir}/opentelemetry-python-contrib/util/opentelemetry-util-http -e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-wsgi -e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-flask
@@ -219,7 +219,7 @@ commands_pre =
219219
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin[test]
220220
python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-b3[test]
221221
python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-jaeger[test]
222-
python -m pip install -e {toxinidir}/opentelemetry-distro[test]
222+
python -m pip install -e {toxinidir}/opentelemetry-configurator[test]
223223

224224
commands =
225225
python scripts/eachdist.py lint --check-only

0 commit comments

Comments
 (0)