tox.ini
branch3.25
changeset 12092 09da91a5077b
parent 12072 9233dbde28d5
child 12102 392d5d09f0ef
--- a/tox.ini	Tue Mar 07 13:13:23 2017 +0100
+++ b/tox.ini	Wed Mar 22 15:43:20 2017 +0100
@@ -26,9 +26,11 @@
 commands = /bin/sh -c "flake8 `xargs -a {toxinidir}/flake8-ok-files.txt`"
 
 [testenv:doc]
+skip_install = true
 changedir = doc
 deps =
   sphinx
+  -r{toxinidir}/requirements/doc.txt
 commands =
   {envpython} -c 'import sphinx; sphinx.main()' -b html -d {envtmpdir}/doctrees .  {envtmpdir}/html