[Python-modules-commits] [python-hypothesis] 06/12: Fix args.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sat Jan 23 02:52:25 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 e6e5eb9e5e9f7df35d9b876059411ad10b38c255
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Mon Dec 21 22:40:00 2015 +0200
Fix args.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 1323bec..6018c64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,8 @@
export DH_VERBOSE=1
export PYBUILD_NAME=hypothesis
export PYBUILD_TEST_PYTEST=1
-export PYBUILD_TEST_ARGS={dir}/tests/cover {dir}/tests/py3 {dir}/tests/pytest {dir}/tests/datetime {dir}/tests/numpy
-export PYBUILD_TEST_ARGS_python2.7={dir}/tests/cover {dir}/tests/py2 {dir}/tests/pytest {dir}/tests/datetime {dir}/tests/numpy
+export PYBUILD_TEST_ARGS_python2={dir}/tests/cover {dir}/tests/py2 {dir}/tests/pytest {dir}/tests/datetime {dir}/tests/numpy
+export PYBUILD_TEST_ARGS_python3={dir}/tests/cover {dir}/tests/py3 {dir}/tests/pytest {dir}/tests/datetime {dir}/tests/numpy
%:
dh $@ --with python2,python3 --buildsystem=pybuild
--
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