This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository partitionfinder.
commit 890542de1e7f900baebf4b352832ad7e3dbf568a Author: Kevin Murray <[email protected]> Date: Sat Feb 6 15:48:49 2016 +0100 Use scripts to run tests --- debian/control | 1 - debian/rules | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index bcb7021..eefdaa8 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 9), python-pyparsing, python-pandas, python-tables, - python-nose, python-pytest, cython, raxml, diff --git a/debian/rules b/debian/rules index 4a27da6..88a3da2 100755 --- a/debian/rules +++ b/debian/rules @@ -14,4 +14,5 @@ override_dh_auto_build: override_dh_auto_test: dh_auto_test - nosetests tests/test_*.py + bash quick_tests.sh + bash clean_tests.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/partitionfinder.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
