diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-11-02 10:35:58 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-11-06 16:02:51 +0100 |
commit | b484a97e09f4fc94680b748cab81bb6386c44679 (patch) | |
tree | e4264cecffa1488337cba4a4e942e7cb71b54a42 /setup.cfg | |
parent | 61f044ba09d8076b49d4303d7ac1d11ffc2175f4 (diff) | |
download | git-buildpackage-b484a97e09f4fc94680b748cab81bb6386c44679.tar.gz git-buildpackage-b484a97e09f4fc94680b748cab81bb6386c44679.tar.bz2 git-buildpackage-b484a97e09f4fc94680b748cab81bb6386c44679.zip |
Use setuptools to run the tests
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..89232640 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,4 @@ +[nosetests] +with-doctest=1 +with-coverage=1 +cover-package=gbp |