nose-timer: show top 25 slower testcases

This commit is contained in:
Takeshi KOMIYA 2016-07-14 21:10:32 +09:00
parent 13c63cb173
commit 1dfa1a8d1e

View File

@ -13,7 +13,7 @@ python:
- "pypy" - "pypy"
env: env:
global: global:
- TEST='-v --with-timer' - TEST='-v --with-timer --timer-top-n 25'
matrix: matrix:
- DOCUTILS=0.11 - DOCUTILS=0.11
- DOCUTILS=0.12 - DOCUTILS=0.12