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

Use nosetest for setup.py test

parent f2a5643e
# Fix for older setuptools
import multiprocessing, logging
from setuptools import setup, find_packages
setup(
......@@ -17,7 +20,7 @@ setup(
'Flask>=0.7',
'Flask-WTF>=0.6',
],
setup_required=[
tests_require=[
'nose>=1.0'
],
classifiers=[
......@@ -28,5 +31,6 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules'
]
],
test_suite='nose.collector'
)
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