actually run some tests on python setup.py test
This commit is contained in:
parent
7c67835ba2
commit
9ac8c44761
2
setup.py
2
setup.py
|
@ -28,9 +28,9 @@ setup(
|
||||||
'BeautifulSoup4',
|
'BeautifulSoup4',
|
||||||
],
|
],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'tox',
|
|
||||||
'mock',
|
'mock',
|
||||||
],
|
],
|
||||||
|
test_suite='tests',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
|
Loading…
Reference in New Issue