From 9367bf91b4e9f04b8b6af9b21480ab7ffc34f5ae Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 27 Mar 2011 18:07:11 -0400 Subject: [PATCH] Updated setup.cfg with py.test support --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index cd2f39d..fc54b0a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,3 +4,6 @@ tag_svn_revision = true [nosetests] with-doctest=1 + +[pytest] +addopts = --doctest-modules