mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Run tests on centos8 (#5051)
* Run tests on centos8 * Document that we test this * debugging * Try adding this? * Remove this
This commit is contained in:
parent
13fae162da
commit
5d0c8e0b5f
2 changed files with 7 additions and 1 deletions
|
|
@ -58,6 +58,12 @@ matrix:
|
|||
- python: 2.7
|
||||
services: docker
|
||||
env: TOXENV=py27 DOCKER=pyca/cryptography-runner-centos7
|
||||
- python: 2.7
|
||||
services: docker
|
||||
env: TOXENV=py27 DOCKER=pyca/cryptography-runner-centos8
|
||||
- python: 3.6
|
||||
services: docker
|
||||
env: TOXENV=py36 DOCKER=pyca/cryptography-runner-centos8
|
||||
- python: 2.7
|
||||
services: docker
|
||||
env: TOXENV=py27 DOCKER=pyca/cryptography-runner-stretch
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Supported platforms
|
|||
Currently we test ``cryptography`` on Python 2.7, 3.5+,
|
||||
PyPy 7.1+, and PyPy3 7.0 on these operating systems.
|
||||
|
||||
* x86-64 CentOS 7.x
|
||||
* x86-64 CentOS 7.x, 8.x
|
||||
* x86-64 Fedora (latest)
|
||||
* macOS 10.15 Catalina
|
||||
* x86-64 Ubuntu 16.04 and rolling
|
||||
|
|
|
|||
Loading…
Reference in a new issue