CI: clean up tox config a bit, get rid of custom lint script

This commit is contained in:
Dima Gerasimov 2021-02-17 21:41:18 +00:00 committed by karlicoss
parent f102101b39
commit 56d5587c20
6 changed files with 50 additions and 132 deletions

View file

@ -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': [