summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Howitz <icemac@gmx.net>2023-02-07 11:36:18 +0100
committerGitHub <noreply@github.com>2023-02-07 11:36:18 +0100
commitf7b94db50380db535bad8bd7783f72470eda257c (patch)
tree4153ef2c4a2ff4ac709338d55baa51a967ebd4c0 /tox.ini
parent8f8ed8f7b603792b48401a64b51e900e86b88a82 (diff)
downloadzope-pagetemplate-f7b94db50380db535bad8bd7783f72470eda257c.tar.gz
Add support for ``zope.untrustedpython`` on Python 3. (#29)
With it, Python expressions are now protected by RestrictedPython.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 9f935b5..c251c8d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,12 +16,14 @@ envlist =
[testenv]
usedevelop = true
deps =
+ zope.testrunner
commands =
zope-testrunner --test-path=src {posargs:-vc}
sphinx-build -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest
extras =
test
docs
+ untrusted
[testenv:lint]
basepython = python3