From d5f6505b33bf7e87f7505ad3587c3fc2494d4bcd Mon Sep 17 00:00:00 2001 From: pbrod Date: Fri, 27 May 2016 07:59:48 +0200 Subject: [PATCH] Fixed doctest options --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 027c465..28affed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,7 +57,7 @@ addopts = # wafo/stats/tests [pytest] -doctest_optionflags = NORWALIZE_WHITESPACE ELLIPSIS +doctest_optionflags = NORMALIZE_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