[med-svn] [partitionfinder] 12/13: Use scripts to run tests
Kevin Murray
daube-guest at moszumanska.debian.org
Sat Feb 6 19:45:46 UTC 2016
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 <spam at kdmurray.id.au>
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
More information about the debian-med-commit
mailing list