From c9fc373674936c7ff076d7e91b5d1b3c552c67c1 Mon Sep 17 00:00:00 2001 From: Albertas Agejevas Date: Wed, 20 Feb 2013 17:12:47 +0200 Subject: Expand testing deps. Otherwise tox downloads a released version of zope.traversing. --- tox.ini | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.1