Skip to content
Snippets Groups Projects
Commit d74d555c46cf authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Run tests on centos8 (#5051)

* Run tests on centos8

* Document that we test this

* debugging

* Try adding this?

* Remove this
parent 452e0ac3c60c
Branches
No related tags found
No related merge requests found
...@@ -60,6 +60,12 @@ ...@@ -60,6 +60,12 @@
env: TOXENV=py27 DOCKER=pyca/cryptography-runner-centos7 env: TOXENV=py27 DOCKER=pyca/cryptography-runner-centos7
- python: 2.7 - python: 2.7
services: docker 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 env: TOXENV=py27 DOCKER=pyca/cryptography-runner-stretch
- python: 3.5 - python: 3.5
services: docker services: docker
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
Currently we test ``cryptography`` on Python 2.7, 3.5+, Currently we test ``cryptography`` on Python 2.7, 3.5+,
PyPy 7.1+, and PyPy3 7.0 on these operating systems. 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) * x86-64 Fedora (latest)
* macOS 10.15 Catalina * macOS 10.15 Catalina
* x86-64 Ubuntu 16.04 and rolling * x86-64 Ubuntu 16.04 and rolling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment