Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Mock added as test requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Feb 14, 2012
1 parent adc31fa commit 1401ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .hgignore
Expand Up @@ -2,6 +2,7 @@ syntax: glob

.*
*.pyc
*.egg
*.egg-info

dist
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -18,6 +18,9 @@
install_requires=[
'Flask',
],
tests_require=[
'mock',
],
test_suite='flask_views.tests.suite',
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 1401ca5

Please sign in to comment.