diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2014-06-29 11:54:45 +0200 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2014-06-29 11:54:45 +0200 |
| commit | 29c651d815fbc3e79747c164a2bbc02006870e42 (patch) | |
| tree | 700dafbc2d65f8fc828ed7e8e4e67faadb4238ec /setup.cfg | |
| parent | b2743e76ba6482ac531420f9021c71a9baffaf01 (diff) | |
| download | webtest-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
