From b484a97e09f4fc94680b748cab81bb6386c44679 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 2 Nov 2011 10:35:58 +0100 Subject: Use setuptools to run the tests --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b8fccab..5dd5d7b 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 -- cgit v1.2.3