summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-08-06 10:00:41 -0700
committerTim Burke <tim.burke@gmail.com>2019-08-06 13:56:47 -0700
commit2c727f65ffae3d925fb825e20616615ab319d1d2 (patch)
tree1baf8dada3aa369d808c402c174296940b62d25b /tox.ini
parentab192415347223cfb49af7a62e124ef6f35779a6 (diff)
downloadswift-2c727f65ffae3d925fb825e20616615ab319d1d2.tar.gz
py3: Add swift-tox-func-encryption-py37 gate job
Change-Id: Ia9ae0fc226dfc9b40157faebac100c10a9180c62
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 ec08549c2..4acb5781d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -61,6 +61,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}