Skip to content

Commit

Permalink
Add test_suite in setup()
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Jul 21, 2018
1 parent ed1160a commit 13a2e2f
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 @@ -32,7 +32,7 @@
platforms='any',
packages=['flask_avatars'],
zip_safe=False,
# test_suite='test_flask_avatars',
test_suite='test_flask_avatars',
include_package_data=True,
install_requires=[
'Flask',
Expand Down

0 comments on commit 13a2e2f

Please sign in to comment.