aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-10-29 19:38:39 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-10-30 07:38:39 +0800
commitf216775ca281906b742b632ba5166e354d2f1fc5 (patch)
tree17e8697991b1f0e8568a3171b0a8ffaa417abb1b /.travis.yml
parentaa5f7a69b0af7242d3505752daac816240247c64 (diff)
downloadcryptography-f216775ca281906b742b632ba5166e354d2f1fc5.tar.gz
cryptography-f216775ca281906b742b632ba5166e354d2f1fc5.tar.bz2
cryptography-f216775ca281906b742b632ba5166e354d2f1fc5.zip
Put the linkcheck build next to the other docs build (#4546)
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