summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAyush Karnawat <ayush.karnawat97@gmail.com>2020-05-19 02:29:51 -0400
committerGitHub <noreply@github.com>2020-05-19 08:29:51 +0200
commitad04f50a04fcc240604eda416fac1099d269302c (patch)
tree5ffca11e7db48ea2406a2708bbb0b60f3592de1a /setup.cfg
parent37456eb117022393472eed22e0d0c2eb17faf786 (diff)
[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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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]