aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--Jenkinsfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3fca4b48..75c306f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ matrix:
- python: 3.5
env: TOXENV=py35 OPENSSL=1.1.0f
- python: 2.7
- env: TOXENV=docs
+ env: TOXENV=docs OPENSSL=1.1.0f
addons:
apt:
packages:
diff --git a/Jenkinsfile b/Jenkinsfile
index 36cc0091..18091c7a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -70,7 +70,7 @@ def configs = [
],
[
label: 'docker',
- imageName: 'pyca/cryptography-runner-ubuntu-rolling',
+ imageName: 'pyca/cryptography-runner-sid',
toxenvs: ['docs'],
artifacts: 'cryptography/docs/_build/html/**',
artifactExcludes: '**/*.doctree',
@@ -87,7 +87,7 @@ if (env.BRANCH_NAME == "master") {
configs.add(
[
label: 'docker',
- imageName: 'pyca/cryptography-runner-ubuntu-rolling',
+ imageName: 'pyca/cryptography-runner-sid',
toxenvs: ['docs-linkcheck'],
]
)