aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-11-04 19:38:27 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-11-05 07:38:27 +0700
commitd169a51b27e68f817f94d84137baa4219c2800dc (patch)
treef0b8efdfa8fd90352ba78756f210c9b91a3c3c72 /.travis.yml
parent9668b000326585339267a42176facd9ff81481ee (diff)
downloadcryptography-d169a51b27e68f817f94d84137baa4219c2800dc.tar.gz
cryptography-d169a51b27e68f817f94d84137baa4219c2800dc.tar.bz2
cryptography-d169a51b27e68f817f94d84137baa4219c2800dc.zip
Stop testing 2.7 on fedora (#5052)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index eef11ac8..82d533ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -103,9 +103,6 @@ matrix:
- python: 2.7
services: docker
env: TOXENV=py27-randomorder DOCKER=pyca/cryptography-runner-ubuntu-rolling
- - python: 2.7
- services: docker
- env: TOXENV=py27 DOCKER=pyca/cryptography-runner-fedora
- python: 3.7
services: docker
env: TOXENV=py37 DOCKER=pyca/cryptography-runner-fedora