mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
d528efdda9
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 9319a41b24
)
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}
|