Skip to content

Commit

Permalink
Merge b1e95f2 into 994dcb4
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Dec 4, 2015
2 parents 994dcb4 + b1e95f2 commit 21a0f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def run_tests(self):
install_requires = install_requires,

# testing
tests_require = ['pytest'],
tests_require = ['pytest', 'mock'],
cmdclass = {'test': PyTest},

# copyright
Expand Down

0 comments on commit 21a0f75

Please sign in to comment.