Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skipsdist = True
skip_missing_interpreters = True
envlist =
; aws-opentelemetry-distro
3.{7,8,9,10,11}-test-aws-opentelemetry-distro
3.{9,10,11,12,13}-test-aws-opentelemetry-distro
; intentionally excluded from pypy3 since we use grpc in aws-opentelemetry-distro, but pypy3 doesn't support grpc

lint
Expand All @@ -26,7 +26,7 @@ changedir =

commands_pre =
; Install without -e to test the actual installation
3.{7,8,9,10,11}: python -m pip install -U pip setuptools wheel
3.{9,10,11,12,13}: python -m pip install -U pip setuptools wheel
; Install common packages for all the tests. These are not needed in all the
; cases but it saves a lot of boilerplate in this file.
test: pip install botocore
Expand Down
Loading