From 13d8d6f5cafd8305f54b4bfc1846e60d6ae40b82 Mon Sep 17 00:00:00 2001 From: Sebastian Junges Date: Wed, 2 Aug 2017 14:51:09 +0200 Subject: [PATCH] run doctest on getting started --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b227aef..d029181 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ test=pytest [tool:pytest] addopts = --doctest-glob='*.rst' -testpaths = tests/ examples/ +testpaths = tests/ examples/ doc/ python_files = test*.py examples/*.py python_functions = *_test test_* example_* \ No newline at end of file