[Pkg-mpd-commits] [python-mpd] 94/262: setup.py add test target

Simon McVittie smcv at debian.org
Sun May 22 18:16:29 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 e20b650167cb36785ede4cb536fea4b89654ab93
Author: Jörg Thalheim <jthalheim at gmail.com>
Date:   Wed Feb 15 00:33:15 2012 +0100

    setup.py add test target
    
    USAGE: python setup.py test
---
 setup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.py b/setup.py
index fee2420..f5f23dc 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,7 @@
 #! /usr/bin/env python
 
 from distutils.core import setup
+from setuptools import Extension
 
 
 DESCRIPTION = """\
@@ -49,6 +50,7 @@ setup(
     #license=LICENSE,
     keywords=["mpd"],
     #platforms=["Independant"],
+    test_suite="test"
 )
 
 

-- 
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