summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 9 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 65d57fe..374ac2c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,9 +2,16 @@
envlist = py{py,py3,36,37,38,39,310,311}{,-cryptographyMain,-cryptographyMinimum}{,-useWheel}{,-randomorder},py37-twistedTrunk,check-manifest,flake8,py36-mypy,docs,coverage-report
[testenv]
-whitelist_externals =
+allowlist_externals =
openssl
-passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
+passenv =
+ ARCHFLAGS
+ CFLAGS
+ LC_ALL
+ LDFLAGS
+ PATH
+ LD_LIBRARY_PATH
+ TERM
extras =
test
deps =
@@ -27,7 +34,6 @@ commands =
deps =
Twisted[all_non_platform] @ git+https://github.com/twisted/twisted
setenv =
-passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
commands =
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
python -c "import cryptography; print(cryptography.__version__)"