summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-11-02 10:35:58 +0100
committerGuido Günther <agx@sigxcpu.org>2011-11-06 16:02:51 +0100
commitb484a97e09f4fc94680b748cab81bb6386c44679 (patch)
treee4264cecffa1488337cba4a4e942e7cb71b54a42 /debian
parent61f044ba09d8076b49d4303d7ac1d11ffc2175f4 (diff)
Use setuptools to run the tests
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index b8fccabe..5dd5d7b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,8 +60,7 @@ checks: pychecker
export GIT_AUTHOR_EMAIL=tests@example.com; \
export GIT_COMMITTER_NAME=$$GIT_AUTHOR_NAME; \
export GIT_COMMITTER_EMAIL=$$GIT_AUTHOR_EMAIL; \
- export PYTHONPATH=$$(pwd); \
- nosetests --exe --with-doctest --with-coverage --cover-package=gbp
+ python setup.py nosetests
endif
$(GBP_VERSION): debian/changelog