summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2014-06-29 11:54:45 +0200
committerGael Pasgrimaud <gael@gawel.org>2014-06-29 11:54:45 +0200
commit29c651d815fbc3e79747c164a2bbc02006870e42 (patch)
tree700dafbc2d65f8fc828ed7e8e4e67faadb4238ec /setup.cfg
parentb2743e76ba6482ac531420f9021c71a9baffaf01 (diff)
downloadwebtest-29c651d815fbc3e79747c164a2bbc02006870e42.tar.gz
looks like a -x flag is the only way to skip running tests for CHANGELOG.rst
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 2cadc63..d6b6446 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,7 +10,7 @@ doctest-extension = rst
doctest-fixtures = _fixt
# XXX: docs/index.rst requires lxml
include = docs
-exclude = (changelog|contributing).rst
+exclude = (CHANGELOG|contributing).rst
cover-package=webtest
with-coverage=1
doctest-options = +ELLIPSIS,+NORMALIZE_WHITESPACE