diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,9 +2,9 @@ zip_ok = false [nosetests] -match=^test -where=pyramid -nocapture=1 +match = ^test +tests = tests +nocapture = 1 [aliases] dev = develop easy_install pyramid[testing] @@ -77,4 +77,4 @@ ignore = *.egg-info/* ignore-default-rules = true ignore-bad-ideas = - pyramid/tests/pkgs/localeapp/* + tests/pkgs/localeapp/* |
