summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-05-26 10:46:29 -0700
committerLaurens Van Houtven <_@lvh.io>2015-05-26 10:46:29 -0700
commitecb8c9cec17eb066015a673a74f19a422ac00ea7 (patch)
tree2b9c64e61d3eefe4faacef51165217f6692c459f
parentecd74805da8835787e9ab4e0c6949a9ef48cdf11 (diff)
downloadpyopenssl-ecb8c9cec17eb066015a673a74f19a422ac00ea7.tar.gz
You know what should take longer? travis builds
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1924463..b767c0c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,6 +58,9 @@ matrix:
- python: "2.7"
env: TOXENV=pyroma
+
+ - python: "2.7"
+ env: TOXENV=docs
# Let the cryptography master builds fail because they might be triggered by
# cryptography changes beyond our control.