summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 2 deletions
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