# HG changeset patch
# User Alex Gaynor <alex.gaynor@gmail.com>
# Date 1593904655 14400
#      Sat Jul 04 19:17:35 2020 -0400
# Node ID d74d555c46cfa6c7c627a3f5393a14375998baaa
# Parent  452e0ac3c60c17b6e9de0682e36e7a09fccf1aec
Run tests on centos8 (#5051)

* Run tests on centos8

* Document that we test this

* debugging

* Try adding this?

* Remove this

diff --git a/.travis.yml b/.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,6 +60,12 @@
           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
         - python: 3.5
           services: docker
diff --git a/docs/installation.rst b/docs/installation.rst
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -13,7 +13,7 @@
 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