mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
9319a41b24
Signed-off-by: Casey Bodley <cbodley@redhat.com>
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}
|