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:
Eddie Hebert
2012-12-26 10:43:54 -05:00
parent 5da5727289
commit c85f8147bc
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -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
-7
View File
@@ -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