CI: clean up tox config a bit, get rid of custom lint script
This commit is contained in:
parent
f102101b39
commit
56d5587c20
6 changed files with 50 additions and 132 deletions
3
setup.py
3
setup.py
|
@ -46,11 +46,10 @@ def main():
|
|||
extras_require={
|
||||
'testing': [
|
||||
'pytest',
|
||||
'pylint',
|
||||
'mypy',
|
||||
'lxml', # for mypy coverage
|
||||
|
||||
# used in some tests
|
||||
# used in some tests.. although shouldn't rely on it
|
||||
'pandas',
|
||||
],
|
||||
'optional': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue