mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-12 14:56:21 +08:00
splitting out coverage config for jenkins, as per @sdiehl comments on PR
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ pip freeze
|
||||
paver apidocs html
|
||||
|
||||
#run all the tests in test. see setup.cfg for flags.
|
||||
nosetests
|
||||
nosetests --config=jenkins_setup.cfg
|
||||
|
||||
#run pylint checks
|
||||
cp ./pylint.rcfile /mnt/jenkins/.pylintrc #default location for config file...
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
[nosetests]
|
||||
verbosity=2
|
||||
detailed-errors=1
|
||||
|
||||
with-xcoverage=1
|
||||
cover-package=zipline
|
||||
cover-erase=1
|
||||
cover-html=1
|
||||
cover-html-dir=docs/_build/html/cover
|
||||
with-xunit=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user