summaryrefslogtreecommitdiff
path: root/.github
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 /.github
parenta52d5e3f84bd6471bee0e1b83b71697105adcd14 (diff)
downloadpyopenssl-d87f656a570dd373df4b4f2aa42066b3924255f9.tar.gz
Add CI jobs to test against cryptography wheels (#1049)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 06413bf..843524d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,6 +30,9 @@ jobs:
- {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum"}
- {VERSION: "3.10", TOXENV: "py310-cryptographyMinimum"}
- {VERSION: "pypy3", TOXENV: "pypy3-cryptographyMinimum"}
+ # Cryptography wheels
+ - {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum-useWheel"}
+ - {VERSION: "3.9", TOXENV: "py39-useWheel"}
# Random order
- {VERSION: "3.9", TOXENV: "py39-randomorder"}
# Downstreams