Commit 9a0b8f07 authored by Tres Seaver's avatar Tres Seaver

Make 'python setup.py test' actually run the tests.

parent 7767e19e
......@@ -59,6 +59,7 @@ setup(name='zope.proxy',
test=['zope.testing']),
tests_require = [
'zope.testing'],
test_suite = 'zope.proxy',
install_requires=[
'zope.interface',
'setuptools'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment