Added more options to setup.cfg

master
Per A Brodtkorb 9 years ago
parent e5a325d024
commit 7cc503f0ba

@ -0,0 +1 @@
collect_ignore = ["setup.py", "build_all.py"]

@ -57,6 +57,7 @@ addopts =
# wafo/stats/tests
[pytest]
doctest_optionflags = NORWALIZE_WHITESPACE ELLIPSIS
# Options for py.test:
# Specify command line options as you would do when invoking py.test directly.
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
@ -66,6 +67,17 @@ addopts =
--verbose
--doctest-modules
norecursedirs =
.*
_build
tmp*
source
pep8ignore =
tests/*.py ALL
MSO.py ALL
MSPPT.py ALL
[aliases]
docs = build_sphinx

@ -0,0 +1,2 @@
# TODO Fix doctests in fig.py
collect_ignore = ["fig.py"]
Loading…
Cancel
Save