mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 15:24:18 +00:00
Let's actually try out drone.io
This commit is contained in:
parent
d8f2bd92b8
commit
d7ee1f9152
2 changed files with 5 additions and 1 deletions
4
dev-requirements.txt
Normal file
4
dev-requirements.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
pep8
|
||||||
|
pyflakes
|
||||||
|
mccabe
|
||||||
|
nose
|
||||||
2
setup.py
2
setup.py
|
|
@ -52,6 +52,6 @@ setup(
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
"Topic :: Software Development :: Quality Assurance",
|
"Topic :: Software Development :: Quality Assurance",
|
||||||
],
|
],
|
||||||
tests_require=['nose', 'mock'],
|
tests_require=['nose'],
|
||||||
test_suite='nose.collector',
|
test_suite='nose.collector',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue