Commit accfe5ea authored by Jens Vagelpohl's avatar Jens Vagelpohl

- use ``mock`` for Python 2.7

parent e83aad47
......@@ -74,6 +74,7 @@ setup(name='tempstorage',
extras_require={
'test': [
'zope.testrunner',
'mock ; python_version < "3"',
],
},
include_package_data=True,
......
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