summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-05-20 12:00:16 -0700
committerTim Burke <tim.burke@gmail.com>2022-05-27 23:46:20 -0700
commit27db5213dca4d9302b843dd22914a16e871f0b51 (patch)
tree87b0f3c2d7d933ff4433078a9ec4f0b23a874bd2 /tox.ini
parent238dc035350610e6ca18b902f12890736fe0e095 (diff)
downloadswift-27db5213dca4d9302b843dd22914a16e871f0b51.tar.gz
CI: Run s3api test suite
Change-Id: I70dec389c1ac608a9d2767d162bd5edc315e564b
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index bcc3f373b..3b7e5f30b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,6 +23,13 @@ allowlist_externals =
find
passenv = SWIFT_* *_proxy
+[testenv:s3api]
+usedevelop = False
+deps = {[testenv:py36]deps}
+commands =
+ nosetests {posargs:test/s3api}
+passenv = SWIFT_* *_proxy
+
[testenv:py27]
deps =
-c{toxinidir}/py2-constraints.txt