[Python-modules-commits] [python-latexcodec] 01/03: added DEP-8 tests

Daniel Stender stender at moszumanska.debian.org
Mon May 9 12:28:58 UTC 2016


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

stender pushed a commit to branch master
in repository python-latexcodec.

commit 64e9f8c444a06b1794329ad3414b7f0b68684fd6
Author: Daniel Stender <stender at debian.org>
Date:   Mon May 9 14:20:35 2016 +0200

    added DEP-8 tests
---
 debian/tests/control            | 2 ++
 debian/tests/python3-latexcodec | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..2f0bdb2
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: python3-latexcodec
+Depends: python3-all, python3-six, python3-nose
\ No newline at end of file
diff --git a/debian/tests/python3-latexcodec b/debian/tests/python3-latexcodec
new file mode 100755
index 0000000..2893591
--- /dev/null
+++ b/debian/tests/python3-latexcodec
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e -u
+for py in $(py3versions -i); do echo "[*] testing $py:"; $py -m nose -v 2>&1; done

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



More information about the Python-modules-commits mailing list