diff options
author | Guido Günther <agx@sigxcpu.org> | 2014-02-23 17:52:49 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-02-23 17:54:51 +0100 |
commit | 7e26f91a753a5a782b4da6cbf4321b1bd6bd9a95 (patch) | |
tree | 2fe5f2c3723cf36175298e216caae26ee90a0102 /setup.cfg | |
parent | f1bc54279b6f2a9b8848196044ba5312e2af9aaf (diff) | |
download | git-buildpackage-7e26f91a753a5a782b4da6cbf4321b1bd6bd9a95.tar.gz git-buildpackage-7e26f91a753a5a782b4da6cbf4321b1bd6bd9a95.tar.bz2 git-buildpackage-7e26f91a753a5a782b4da6cbf4321b1bd6bd9a95.zip |
Remove cover-min-percentage
It makes running single tests harder than necessary since it requires
the percentage also when using "nose <testname>".
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -5,9 +5,6 @@ with-xunit=1 cover-package=gbp cover-erase=1 exe=1 -#cover-html=1 -#cover-html-dir=build/cover/ -cover-min-percentage=68 [epydoc] name = git-buildpackage |