summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEric Larson <larson.eric.d@gmail.com>2019-06-03 11:41:33 -0400
committerGitHub <noreply@github.com>2019-06-03 11:41:33 -0400
commitc2175bbb635c8f2ec551e4701f39fd0341d4e990 (patch)
treefd4f39e6fd60612eb99d671f87d334d8b15761e0 /setup.cfg
parent2578a922290ffefcd6c770cb0d4085d211fe2168 (diff)
downloadnumpydoc-c2175bbb635c8f2ec551e4701f39fd0341d4e990.tar.gz
MAINT: doctest and pytest (#225)
* MAINT: doctest and pytest * BUG: Dependency missing
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..1832c27
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,7 @@
+[tool:pytest]
+addopts =
+ --showlocals --doctest-modules -ra --cov-report= --cov=numpydoc
+ --junit-xml=junit-results.xml --ignore=doc/conf.py
+filterwarnings =
+ ignore:Using or importing the ABCs.*:DeprecationWarning
+