mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-28 11:18:19 +08:00
Removes coverage being run on each internal build of the project.
coverage provides valuable info, but changing to run it less frequently than every checkin.
This commit is contained in:
@@ -6,7 +6,6 @@ pyzmq==2.2.0.1
|
||||
nose==1.2.1
|
||||
nose-parameterized==0.1
|
||||
nosexcover==1.0.7
|
||||
coverage==3.5.3
|
||||
|
||||
# Linting
|
||||
|
||||
|
||||
@@ -2,11 +2,4 @@
|
||||
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