summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-09 08:19:36 +0000
committerGerrit Code Review <review@openstack.org>2019-08-09 08:19:36 +0000
commit96ece6e18e8955e8ef6d0eee4699a8b6b837c2bb (patch)
tree5c141e3d407d04687fd341af534b2dd48a4c5259 /tox.ini
parente095bf3dabad005d48985f06f6bfe14683621a59 (diff)
parent2c727f65ffae3d925fb825e20616615ab319d1d2 (diff)
downloadswift-96ece6e18e8955e8ef6d0eee4699a8b6b837c2bb.tar.gz
Merge "py3: Add swift-tox-func-encryption-py37 gate job"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 70e40aad9..201425e6a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -62,6 +62,12 @@ commands = {[testenv:func-py3]commands}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_CONF_LOADER=ec
+[testenv:func-encryption-py3]
+basepython = python3
+commands = {[testenv:func-py3]commands}
+setenv = SWIFT_TEST_IN_PROCESS=1
+ SWIFT_TEST_IN_PROCESS_CONF_LOADER=encryption
+
[testenv:func-domain-remap-staticweb-py3]
basepython = python3
commands = {[testenv:func-py3]commands}