Skip to content

Commit 9bf3e41

Browse files
committed
added docs testing to tox
1 parent b26a53d commit 9bf3e41

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tox.ini

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[tox]
2-
envlist = py26-django14,py26-django15,py26-django16,py27-django14,py27-django15,py33-django15,py27-django16,py33-django16
2+
envlist =
3+
py26-django14, py26-django15, py26-django16,
4+
py27-django14, py27-django15, py27-django16,
5+
py33-django15, py33-django16,
6+
docs
37

48
[testenv]
59
downloadcache = {toxworkdir}/cache/
@@ -54,3 +58,9 @@ basepython = python3.3
5458
deps =
5559
https://www.djangoproject.com/download/1.6b4/tarball/
5660
{[testenv]deps}
61+
62+
[testenv:docs]
63+
basepython=python
64+
changedir=docs
65+
deps=sphinx
66+
commands=make html

0 commit comments

Comments
 (0)