[Pkg-mpd-commits] [python-mpd] 166/262: Use tox to launch tests

Simon McVittie smcv at debian.org
Sun May 22 18:16:42 UTC 2016


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

smcv pushed a commit to branch upstream
in repository python-mpd.

commit 5f433aabecde08b866a0ffe3cb8f3d9e2327a2cd
Author: Jonathan Ballet <jon at multani.info>
Date:   Sat Dec 22 09:56:00 2012 +0800

    Use tox to launch tests
    
    This allows to test different versions of Python in one go.
---
 tox.ini | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..11be586
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,11 @@
+[tox]
+envlist = py26,py27,py32
+
+[testenv]
+deps = mock
+commands = python test.py
+
+[testenv:py26]
+deps = mock
+       unittest2
+commands = python test.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list