Skip to content

Commit

Permalink
Merge pull request #826 from jdufresne/setup-test-mock
Browse files Browse the repository at this point in the history
Add mock to test_require
  • Loading branch information
andymccurdy committed Jan 29, 2017
2 parents 50997cf + 686bf84 commit ef9a5f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ def PyTest(x):
keywords=['Redis', 'key-value store'],
license='MIT',
packages=['redis'],
tests_require=['pytest>=2.5.0'],
tests_require=[
'mock',
'pytest>=2.5.0',
],
cmdclass={'test': PyTest},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit ef9a5f0

Please sign in to comment.