mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-05 12:50:21 +08:00
TST: Limit the timer report to just the 15 longest tests
The default of all the tests is pretty spammy.
This commit is contained in:
+1
-1
@@ -28,6 +28,6 @@ before_script:
|
||||
- pip freeze | sort
|
||||
- "flake8 zipline tests"
|
||||
script:
|
||||
- nosetests --with-timer --exclude=^test_examples --with-coverage --cover-package=zipline
|
||||
- nosetests --with-timer --exclude=^test_examples --with-coverage --cover-package=zipline --timer-top-n=15
|
||||
after_success:
|
||||
- coveralls
|
||||
|
||||
Reference in New Issue
Block a user