Add a few py.test options to improve ease of use for the py.test runner.

Change-Id: I0ea8f3519e004c141d115e9bfcf0110e53600ff5
This commit is contained in:
Ryan Petrello 2014-08-25 17:31:31 -04:00
parent 7a086c3713
commit 6ab8260bb5
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ cover-package=pecan
cover-erase=1
[pytest]
norecursedirs = +package+
norecursedirs = +package+ config_fixtures docs .git *.egg .tox