add arp debug
[integration/test.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 85f46013a6c35c44e14aafdea4eaf6756084b407..62a0c68cedaa62a60127952bddf56e45a45f3249 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,16 @@
 [tox]
 minversion = 1.6.0
-envlist = pep8
+envlist = docs,pep8
 skipsdist = true
 
+[testenv:docs]
+deps = sphinx
+commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html
+
 [testenv:pep8]
 deps =
     flake8
-    pep8==1.7.0
+    pep8
 commands = flake8
 
 [flake8]
@@ -22,3 +26,7 @@ max-line-length = 120
 #   that (select E133 instead of E123) but that should be caught by the
 #   verify job.
 select = E,W
+exclude =
+    .git,
+    .tox,
+    docs/conf.py