[Python-modules-commits] [python-hypothesis] 04/08: Add autopkgtest.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Tue Feb 23 12:49:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-hypothesis.
commit fac470573765fe4af6668d2c17042c85746e39a1
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Tue Feb 23 13:22:00 2016 +0200
Add autopkgtest.
---
debian/changelog | 1 +
debian/tests/control | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 098dce8..4178f3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-hypothesis (3.0.3-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Add autopkgtest.
-- Tristan Seligmann <mithrandi at debian.org> Tue, 23 Feb 2016 13:16:03 +0200
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..dcede15
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,15 @@
+Test-Command: for p in $(pyversions -s); do $p -m pytest --assert=plain tests/cover tests/datetime tests/numpy tests/py2; done
+Depends:
+ python-all,
+ python-pytest,
+ python-numpy,
+ python-flaky,
+ @
+
+Test-Command: for p in $(py3versions -s); do $p -m pytest --assert=plain tests/cover tests/datetime tests/numpy tests/py3; done
+Depends:
+ python3-all,
+ python3-pytest,
+ python3-numpy,
+ python3-flaky,
+ @
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-hypothesis.git
More information about the Python-modules-commits
mailing list