From 503f106afaf766423f7c0437ffb4d2d068cf84e7 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Sat, 13 Jan 2018 15:15:28 -0700 Subject: [PATCH] Update pytest.ini --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index cd4d571..25e6c3f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] -addopts = --doctest-modules --cov-report term-missing --cov=plio +addopts = --cov-report term-missing --cov=plio norecursedirs = examples -- GitLab