diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-14 23:17:20 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-14 23:46:11 -0500 |
| commit | f9da0b676f29444b7d3628d0340b081fb02d4aa2 (patch) | |
| tree | 031fbef2abec8e6f7ebb1e7bcb4a91ec9cca685f /setup.cfg | |
| parent | dd3cc81f75dcb5ff96e0751653071722a15f46c2 (diff) | |
| download | pyramid-f9da0b676f29444b7d3628d0340b081fb02d4aa2.tar.gz pyramid-f9da0b676f29444b7d3628d0340b081fb02d4aa2.tar.bz2 pyramid-f9da0b676f29444b7d3628d0340b081fb02d4aa2.zip | |
fix tests to run from the tests folder
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ zip_ok = false [nosetests] -match=^test -where=pyramid -nocapture=1 +match = ^test +tests = src/pyramid,tests,docs +nocapture = 1 [aliases] dev = develop easy_install pyramid[testing] |
