summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlbertas Agejevas <alga@pov.lt>2013-02-20 17:12:47 +0200
committerAlbertas Agejevas <alga@pov.lt>2013-02-20 17:14:01 +0200
commitc9fc373674936c7ff076d7e91b5d1b3c552c67c1 (patch)
tree2efa3ec8932c3b0215414154974a4edc8696a4b3 /tox.ini
parent813c790a358fb9c22525dede55e3cb5db46026b4 (diff)
downloadzope-traversing-c9fc373674936c7ff076d7e91b5d1b3c552c67c1.tar.gz
Expand testing deps.
Otherwise tox downloads a released version of zope.traversing.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini13
1 files changed, 11 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d233708..2999dc3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,5 +3,14 @@ envlist = py26,py27,py33
[testenv]
commands = python setup.py test -q
-deps = zope.testrunner
- zope.traversing[test]
+deps =
+ zope.testrunner
+ # zope.traversing[test] deps expanded below
+ zope.annotation
+ zope.browserresource[zcml]
+ zope.component[zcml]
+ zope.configuration
+ zope.pagetemplate
+ zope.security[zcml]
+ zope.site
+ zope.testing