summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-11-12 18:21:35 -0500
committerGitHub <noreply@github.com>2020-11-12 17:21:35 -0600
commit55f2c2b138705b517b8002c33c0c68a2c46fb545 (patch)
tree061c8b63949a6114819c227c4ba8e61a58043eae
parent5aaef1e07e123f21288a3268392a865480ccb519 (diff)
downloadpyopenssl-git-55f2c2b138705b517b8002c33c0c68a2c46fb545.tar.gz
Stop testing py35 with cryptography master (#958)
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 911ccef..a70fbdd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,8 +32,6 @@ jobs:
# Also run the tests against cryptography master.
- python: "2.7"
env: TOXENV=py27-cryptographyMaster
- - python: "3.5"
- env: TOXENV=py35-cryptographyMaster
- python: "3.6"
env: TOXENV=py36-cryptographyMaster
- python: "3.7"
@@ -89,7 +87,6 @@ jobs:
# cryptography changes that are beyond our control.
allow_failures:
- env: TOXENV=py27-cryptographyMaster
- - env: TOXENV=py35-cryptographyMaster
- env: TOXENV=py36-cryptographyMaster
- env: TOXENV=py37-cryptographyMaster
- env: TOXENV=py38-cryptographyMaster