[Python-modules-commits] [pep8] 02/02: Merge branch 'master' of ssh://git.debian.org/git/python-modules/packages/pep8
Sylvestre Ledru
sylvestre at moszumanska.debian.org
Wed Mar 2 12:50:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
sylvestre pushed a commit to branch master
in repository pep8.
commit 5c5ced90bde8fb1e5615c1f85bd54622eb1260d1
Merge: 11a7c0c ff52148
Author: Sylvestre Ledru <sylvestre at debian.org>
Date: Wed Mar 2 13:50:53 2016 +0100
Merge branch 'master' of ssh://git.debian.org/git/python-modules/packages/pep8
debian/rules | 1 -
1 file changed, 1 deletion(-)
diff --cc debian/rules
index 8d3362d,c516201..c4a1f25
--- a/debian/rules
+++ b/debian/rules
@@@ -24,11 -22,7 +24,10 @@@ override_dh_auto_install
mv debian/python3-pep8/usr/bin debian/pep8/usr/.
override_dh_auto_test:
- nosetests
+ set -xe; \
+ for py in $(PYVERS) $(PY3VERS); do \
+ $$py setup.py test; \
+ done
-
override_dh_python3:
dh_python3 --shebang=/usr/bin/python3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pep8.git
More information about the Python-modules-commits
mailing list