mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
adds test_suite and tests_require in setup.py
This commit is contained in:
parent
dd92d52f06
commit
1492f618cb
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -32,4 +32,6 @@ setup(
|
|||
"Programming Language :: Python",
|
||||
"Topic :: Software Development",
|
||||
"Topic :: Utilities",
|
||||
])
|
||||
],
|
||||
tests_require=['nose'],
|
||||
test_suite='nose.collector',)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue