mirror of
https://github.com/ceph/s3-tests.git
synced 2025-02-16 11:16:31 +00:00
7 lines
119 B
INI
7 lines
119 B
INI
[tox]
|
|
envlist = py
|
|
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
passenv = S3TEST_CONF S3_USE_SIGV4
|
|
commands = pytest {posargs}
|