mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-05 21:21:56 +08:00
TST: Add nose-timer to travis.
This commit is contained in:
+2
-1
@@ -20,9 +20,10 @@ install:
|
||||
- grep nose-parameterized== etc/requirements_dev.txt | xargs pip install
|
||||
- grep nose-ignore-docstring== etc/requirements_dev.txt | xargs pip install
|
||||
- pip install coveralls
|
||||
- pip install nose-timer
|
||||
before_script:
|
||||
- "flake8 zipline tests"
|
||||
script:
|
||||
- nosetests --exclude=^test_examples --with-coverage --cover-package=zipline
|
||||
- nosetests --with-timer --exclude=^test_examples --with-coverage --cover-package=zipline
|
||||
after_success:
|
||||
- coveralls
|
||||
|
||||
Reference in New Issue
Block a user