aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index de90b06d..b2f0d473 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -105,6 +105,10 @@ matrix:
apt:
packages:
- libenchant-dev
+ - python: 2.7
+ services: docker
+ env: TOXENV=docs-linkcheck DOCKER=pyca/cryptography-runner-buster
+ if: branch = master AND type != pull_request
- python: 3.4
env: TOXENV=pep8
@@ -130,10 +134,6 @@ matrix:
# urllib3 tests fail on xenial for whatever reason
dist: trusty
sudo: false
- - python: 2.7
- services: docker
- env: TOXENV=docs-linkcheck DOCKER=pyca/cryptography-runner-buster
- if: branch = master AND type != pull_request
install:
- ./.travis/install.sh