diff options
| author | Wichert Akkerman <wichert@wiggy.net> | 2014-04-08 22:04:47 +0200 |
|---|---|---|
| committer | Wichert Akkerman <wichert@wiggy.net> | 2014-04-08 22:04:47 +0200 |
| commit | eab0eb5068754da33123d5a7bc3faf025a3fc14e (patch) | |
| tree | 9762ffef7271789b91792c79f69ec15dd788073a /docs/tutorials/wiki/src/views/setup.cfg | |
| parent | 2daf6e45fc205e99005f477670993fcf47776e35 (diff) | |
| download | pyramid-eab0eb5068754da33123d5a7bc3faf025a3fc14e.tar.gz pyramid-eab0eb5068754da33123d5a7bc3faf025a3fc14e.tar.bz2 pyramid-eab0eb5068754da33123d5a7bc3faf025a3fc14e.zip | |
Drop setup.cfg from scaffolds
Since setup.cfg is no longer needed for Babel, and no scaffold or
documentation references nose there is no need to keep them.
Diffstat (limited to 'docs/tutorials/wiki/src/views/setup.cfg')
| -rw-r--r-- | docs/tutorials/wiki/src/views/setup.cfg | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/tutorials/wiki/src/views/setup.cfg b/docs/tutorials/wiki/src/views/setup.cfg deleted file mode 100644 index 807ea6b0e..000000000 --- a/docs/tutorials/wiki/src/views/setup.cfg +++ /dev/null @@ -1,6 +0,0 @@ -[nosetests] -match=^test -nocapture=1 -cover-package=tutorial -with-coverage=1 -cover-erase=1 |
