forked from TrueCloudLab/s3-tests
8 lines
119 B
INI
8 lines
119 B
INI
|
[tox]
|
||
|
envlist = py
|
||
|
|
||
|
[testenv]
|
||
|
deps = -rrequirements.txt
|
||
|
passenv = S3TEST_CONF S3_USE_SIGV4
|
||
|
commands = pytest {posargs}
|