summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-08 11:27:12 +0100
committerGeorg Brandl <georg@python.org>2014-03-08 11:27:12 +0100
commit151838e2749b57816cf29e8d2b9e8fcc665751c7 (patch)
tree021f71994c95b24befb8fc500c001046db71dc2f /tox.ini
parentfcb17a4bba4a351d97ed7592c3cf79b8c220f748 (diff)
downloadsphinx-151838e2749b57816cf29e8d2b9e8fcc665751c7.tar.gz
du10/du11 need mock dependency
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a9072acf..98f26882 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,10 +35,12 @@ deps=
[testenv:du10]
deps=
+ mock
docutils==0.10
{[testenv]deps}
[testenv:du11]
deps=
+ mock
docutils==0.11
{[testenv]deps}