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',
|
||||
],
|
||||
tests_require=[
|
||||
'tox',
|
||||
'mock',
|
||||
],
|
||||
test_suite='tests',
|
||||
classifiers=[
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
|
|
Loading…
Reference in New Issue