mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 12:52:26 +08:00
BLD: Add coverage integration.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
[report]
|
||||
omit =
|
||||
*/python?.?/*
|
||||
*/site-packages/nose/*
|
||||
+2
-1
@@ -19,7 +19,8 @@ install:
|
||||
- grep nose== etc/requirements_dev.txt | xargs pip 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
|
||||
before_script:
|
||||
- "flake8 zipline tests"
|
||||
script:
|
||||
- nosetests --exclude=^test_examples
|
||||
- nosetests --exclude=^test_examples --with-coverage --cover-package=zipline
|
||||
|
||||
Reference in New Issue
Block a user