[Python-modules-commits] [python-m3u8] 05/05: Indent fix.

Mattia Rizzolo mattia at debian.org
Sun Feb 28 20:04:51 UTC 2016


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

mattia pushed a commit to branch master
in repository python-m3u8.

commit addf5c2a778cee10f35326cdbacb0a4eccbd7fe2
Author: Ondřej Nový <novy at ondrej.org>
Date:   Sun Feb 28 20:56:21 2016 +0100

    Indent fix.
---
 debian/rules | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/rules b/debian/rules
index f628100..2d8b17b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,14 +14,14 @@ override_dh_installchangelogs:
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-       set -e ; \
-       python tests/m3u8server.py >/dev/null 2>&1 & \
-       PID=$$! ; \
-       for pyvers in $(PYTHONS); do \
-               PYTHONPATH=. python$$pyvers -m pytest -vv tests/ ; \
-       done ; \
-       for pyvers in $(PYTHON3S); do \
-               PYTHONPATH=. python$$pyvers -m pytest -vv tests/ ; \
-       done ; \
-       kill -9 $$PID
+	set -e ; \
+	python tests/m3u8server.py >/dev/null 2>&1 & \
+	PID=$$! ; \
+	for pyvers in $(PYTHONS); do \
+		PYTHONPATH=. python$$pyvers -m pytest -vv tests/ ; \
+	done ; \
+	for pyvers in $(PYTHON3S); do \
+		PYTHONPATH=. python$$pyvers -m pytest -vv tests/ ; \
+	done ; \
+	kill -9 $$PID
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-m3u8.git



More information about the Python-modules-commits mailing list