Commit b868ad3e authored by Tres Seaver's avatar Tres Seaver

Get all testing dependencies in 'setup.py dev'.

parent 40e9d33e
......@@ -144,7 +144,7 @@ setup(name='BTrees',
extras_require = {
'test': TESTS_REQUIRE,
'ZODB': ['ZODB3'],
'testing': ['nose', 'coverage'],
'testing': TESTS_REQUIRE + ['nose', 'coverage'],
'docs': ['Sphinx', 'repoze.sphinx.autointerface'],
},
test_suite="BTrees.tests",
......
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