Skip to content

Commit 197e8b0

Browse files
tox config
1 parent b4d13bf commit 197e8b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ commands =
1818
pytest -n {posargs} -s -v --timeout=300 --reruns=2 --reruns-delay=15 \
1919
--junitxml=test-reports/junit.xml --log-file=test-reports/logs.txt tests
2020

21+
[testenv:py{37,38,39,310}-distributed]
22+
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN
23+
deps =
24+
{[testenv]deps}
25+
.[distributed]
26+
commands =
27+
{[testenv]commands}
28+
2129
[testenv:py310]
2230
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN
2331
deps =

0 commit comments

Comments
 (0)