Commit d81a0261 authored by Serge S. Koval's avatar Serge S. Koval

Added nosetests command.

parent 42ab88dc
[nosetests]
detailed-errors=1
with-coverage=0
debug=nose.loader
tests=tests/test_base.py
...@@ -17,6 +17,9 @@ setup( ...@@ -17,6 +17,9 @@ setup(
'Flask>=0.7', 'Flask>=0.7',
'Flask-WTF>=0.6', 'Flask-WTF>=0.6',
], ],
setup_required=[
'nose>=1.0'
],
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'Environment :: Web Environment', 'Environment :: Web Environment',
......
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