diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-09 00:12:26 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-09 00:12:26 -0500 |
| commit | e4b8fa632c5d2b020e168f4efe3d7c00049a279f (patch) | |
| tree | eb7daee9633f99dc46004c5351dc5a1f07534826 /tox.ini | |
| parent | e3f9d0e6ea3c98699de7b60bc3900b1a40fcba19 (diff) | |
| download | pyramid-e4b8fa632c5d2b020e168f4efe3d7c00049a279f.tar.gz pyramid-e4b8fa632c5d2b020e168f4efe3d7c00049a279f.tar.bz2 pyramid-e4b8fa632c5d2b020e168f4efe3d7c00049a279f.zip | |
Features
--------
- The ``scan`` method of a ``Configurator`` can be passed an ``ignore``
argument, which can be a string, a callable, or a list consisting of
strings and/or callables. This feature allows submodules, subpackages, and
global objects from being scanned. See
http://readthedocs.org/docs/venusian/en/latest/#ignore-scan-argument for
more information about how to use the ``ignore`` argument to ``scan``.
Dependencies
------------
- Depend on ``venusian`` >= 1.0a3 to provide scan ``ignore`` support.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,7 @@ deps = repoze.sphinx.autointerface WebTest virtualenv + venusian>=1.0a3 [testenv:py32] commands = @@ -18,6 +19,7 @@ commands = deps = WebTest virtualenv + venusian>=1.0a3 [testenv:cover] basepython = @@ -30,6 +32,7 @@ deps = WebTest repoze.sphinx.autointerface virtualenv + venusian>=1.0a3 nose coverage==3.4 nosexcover |
