summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-03-05 08:48:27 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-03-05 08:48:27 -0500
commit32460cffb0ae009600fa67b15356b8f3d8da1022 (patch)
treec8e852b76209113117dc6957e84af5c55ba95d15 /setup.py
parent34d91f7f133d041942c697d6a0001a82148463b1 (diff)
downloadzope-traversing-32460cffb0ae009600fa67b15356b8f3d8da1022.tar.gz
Try to fix Travis CI test failure by requiring zope.testrunner, which is
needed in alltests()
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ff314ba..052ee27 100644
--- a/setup.py
+++ b/setup.py
@@ -49,6 +49,7 @@ TESTS_REQUIRE = [
'zope.security[zcml]>=3.8',
'zope.tales',
'zope.testing',
+ 'zope.testrunner'
]
setup(name='zope.traversing',