mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Added CI for Debian bullseye (#5196)
This commit is contained in:
parent
84e3e6213d
commit
586cb7773d
1 changed files with 3 additions and 0 deletions
|
|
@ -84,6 +84,9 @@ matrix:
|
|||
- python: 3.7
|
||||
services: docker
|
||||
env: TOXENV=py37 DOCKER=pyca/cryptography-runner-buster
|
||||
- python: 3.8
|
||||
services: docker
|
||||
env: TOXENV=py38 DOCKER=pyca/cryptography-runner-bullseye
|
||||
- python: 3.8
|
||||
services: docker
|
||||
env: TOXENV=py38 DOCKER=pyca/cryptography-runner-sid
|
||||
|
|
|
|||
Loading…
Reference in a new issue