@@ -5,47 +5,47 @@ envlist =
5
5
; Environments are organized by individual package, allowing
6
6
; for specifying supported Python versions per package.
7
7
; opentelemetry-api
8
- py3{5,6,7,8}-test-core-api
8
+ py3{5,6,7,8,9 }-test-core-api
9
9
pypy3-test-core-api
10
10
11
11
; opentelemetry-proto
12
- py3{5,6,7,8}-test-core-proto
12
+ py3{5,6,7,8,9 }-test-core-proto
13
13
pypy3-test-core-proto
14
14
15
15
; opentelemetry-sdk
16
- py3{5,6,7,8}-test-core-sdk
16
+ py3{5,6,7,8,9 }-test-core-sdk
17
17
pypy3-test-core-sdk
18
18
19
19
; opentelemetry-instrumentation
20
- py3{5,6,7,8}-test-core-instrumentation
20
+ py3{5,6,7,8,9 }-test-core-instrumentation
21
21
pypy3-test-core-instrumentation
22
22
23
23
; docs/getting-started
24
- py3{5,6,7,8}-test-core-getting-started
24
+ py3{5,6,7,8,9 }-test-core-getting-started
25
25
pypy3-test-core-getting-started
26
26
27
27
; opentelemetry-exporter-jaeger
28
- py3{5,6,7,8}-test-exporter-jaeger
28
+ py3{5,6,7,8,9 }-test-exporter-jaeger
29
29
pypy3-test-exporter-jaeger
30
30
31
31
; opentelemetry-exporter-opencensus
32
- py3{5,6,7,8}-test-exporter-opencensus
32
+ py3{5,6,7,8,9 }-test-exporter-opencensus
33
33
; exporter-opencensus intentionally excluded from pypy3
34
34
35
35
; opentelemetry-exporter-otlp
36
- py3{5,6,7,8}-test-exporter-otlp
36
+ py3{5,6,7,8,9 }-test-exporter-otlp
37
37
; exporter-otlp intentionally excluded from pypy3
38
38
39
39
; opentelemetry-exporter-prometheus
40
- py3{5,6,7,8}-test-exporter-prometheus
40
+ py3{5,6,7,8,9 }-test-exporter-prometheus
41
41
pypy3-test-exporter-prometheus
42
42
43
43
; opentelemetry-exporter-zipkin
44
- py3{5,6,7,8}-test-exporter-zipkin
44
+ py3{5,6,7,8,9 }-test-exporter-zipkin
45
45
pypy3-test-exporter-zipkin
46
46
47
47
; opentelemetry-opentracing-shim
48
- py3{5,6,7,8}-test-core-opentracing-shim
48
+ py3{5,6,7,8,9 }-test-core-opentracing-shim
49
49
pypy3-test-core-opentracing-shim
50
50
51
51
lint
@@ -80,7 +80,7 @@ changedir =
80
80
81
81
commands_pre =
82
82
; Install without -e to test the actual installation
83
- py3{5,6,7,8}: python -m pip install -U pip setuptools wheel
83
+ py3{5,6,7,8,9 }: python -m pip install -U pip setuptools wheel
84
84
; Install common packages for all the tests. These are not needed in all the
85
85
; cases but it saves a lot of boilerplate in this file.
86
86
test: pip install {toxinidir}/opentelemetry-api {toxinidir}/opentelemetry-sdk {toxinidir}/tests/util
0 commit comments