summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-05-26 10:45:52 -0700
committerLaurens Van Houtven <_@lvh.io>2015-05-26 10:45:52 -0700
commit8b53c782d940d5a94ac87d889df01ac19d21c450 (patch)
treeddd4e2468471ab6c9c98f6265a1013e04fea8d6b
parent389f78bc3bfe1862e0c5226a9955ca33e5c4eca8 (diff)
downloadpyopenssl-8b53c782d940d5a94ac87d889df01ac19d21c450.tar.gz
Re-add docs env
-rw-r--r--tox.ini9
1 files changed, 8 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a2b1d72..0ab4fd5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = {pypy,py26,py27,py33,py34}{,-cryptographyMaster},pypi-readme,check-manifest,flake8,pyroma
+envlist = {pypy,py26,py27,py33,py34}{,-cryptographyMaster},pypi-readme,check-manifest,flake8,pyroma,docs
[testenv]
whitelist_externals =
@@ -43,3 +43,10 @@ deps =
check-manifest
commands =
check-manifest
+
+[testenv:docs]
+deps =
+ sphinx==1.2.2
+basepython = python2.7
+commands =
+ sphinx-build -W -b html doc doc/_build/html