From fdf064b23479193c729cae83e4697ea253a8988a Mon Sep 17 00:00:00 2001 From: Robyn Speer Date: Mon, 18 Jun 2018 17:11:42 -0400 Subject: [PATCH] doctest the README --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index df3eb51..ecf4ecc 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = --doctest-modules +addopts = --doctest-modules --doctest-glob=README.md