summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2021-11-04 17:47:22 -0700
committerGitHub <noreply@github.com>2021-11-05 08:47:22 +0800
commitd87f656a570dd373df4b4f2aa42066b3924255f9 (patch)
treea47f1e21ef9bdfb258b95c7a5ed664563448ffdc /tox.ini
parenta52d5e3f84bd6471bee0e1b83b71697105adcd14 (diff)
downloadpyopenssl-d87f656a570dd373df4b4f2aa42066b3924255f9.tar.gz
Add CI jobs to test against cryptography wheels (#1049)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b1011e5..26b5b35 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = {pypy,pypy3,py27,py36,py37,py38,py39,py310}{,-cryptographyMain,-cryptographyMinimum}{,-randomorder},py37-twistedTrunk,pypi-readme,check-manifest,flake8,docs,coverage-report
+envlist = {pypy,pypy3,py27,py36,py37,py38,py39,py310}{,-cryptographyMain,-cryptographyMinimum}{,-useWheel}{,-randomorder},py37-twistedTrunk,pypi-readme,check-manifest,flake8,docs,coverage-report
[testenv]
whitelist_externals =
@@ -17,6 +17,7 @@ setenv =
# with extra packages.
PYTHONPATH=
PIP_NO_BINARY=cryptography
+ useWheel: PIP_NO_BINARY=
commands =
openssl version
coverage run --parallel -m OpenSSL.debug