[Python-modules-commits] [python-progress] 01/01: Add minimal DEP-8 smoketests

Barry Warsaw barry at moszumanska.debian.org
Thu Jan 28 16:01:09 UTC 2016


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

barry pushed a commit to branch master
in repository python-progress.

commit b32eeebc92ccbbb206183470aeeae96e2a382580
Author: Barry Warsaw <barry at python.org>
Date:   Thu Jan 28 11:01:05 2016 -0500

    Add minimal DEP-8 smoketests
---
 debian/tests/control | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..b9b3dca
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Test-Command: python -c "import progress; print progress.__version__"
+
+Test-Command: python3 -c "import progress; print(progress.__version__)"

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



More information about the Python-modules-commits mailing list