Skip to content

Commit

Permalink
include all test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Apr 14, 2011
1 parent 9ac6ac6 commit f6e6395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parts =
[test]
recipe = zc.recipe.testrunner
eggs =
persistent
persistent [test]

[scripts]
recipe = zc.recipe.egg
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
from setuptools import setup

TESTS_REQUIRE = [
'transaction',
'zope.interface',
'zope.testing>=3.7.0',
'zope.testrunner',
'ZODB3',
]

here = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit f6e6395

Please sign in to comment.