From ad04f50a04fcc240604eda416fac1099d269302c Mon Sep 17 00:00:00 2001 From: Ayush Karnawat Date: Tue, 19 May 2020 02:29:51 -0400 Subject: [MRG] Codecov options + remove 2.7 (#178) * cleanup setup * Ignore files in codecov * Remove externals module * change name to compile_args * bye py2.7 (you will be missed) * glob to ignore folders --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 6be91fe..1177faf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,7 +12,7 @@ addopts = --ignore=docs --ignore=examples --ignore=notebooks [pycodestyle] -exclude = __init__.py,*externals*,constants.py,fixes.py +exclude = __init__.py,constants.py,fixes.py ignore = E241,E305,W504 [pydocstyle] -- cgit v1.2.3