This is an automated email from the git hooks/post-receive script.

diane-guest pushed a commit to branch master
in repository python-htseq.

commit 13b926e71f3bb8c67b2ccd9b89e608bb926b3f86
Author: Diane Trout <di...@ghic.org>
Date:   Thu Jun 12 13:56:35 2014 -0700

    Run upstream tests.
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2a1b638..99f8b8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ htseq (0.6.1p1-1) UNRELEASED; urgency=medium
   * Use dh_numpy to detect numpy abi version. (Closes: #742921)
   * add set-matplotlib-backend.patch to avoid a missing _TkAgg matplotlib 
backend.
   * Add build dependency on python-matplotlib and python-pysam (for testing)
+  * Run upstream tests.
 
  -- Diane Trout <di...@ghic.org>  Wed, 11 Jun 2014 16:30:42 -0700
 
diff --git a/debian/rules b/debian/rules
index 362399f..7c28925 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,8 @@ export http_proxy=http://127.0.9.1:9
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 test-python%:
-       python$* setup.py test -vv
+       python$* test/test.py
+       python$* test/tss_test.py
 
 override_dh_auto_test: $(PYTHON2:%=test-python%)
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/python-htseq.git

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to