[Python-modules-commits] [vine] 04/08: Add test_suite to setup.py

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Thu Feb 16 20:56:18 UTC 2017


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

mans0954 pushed a commit to branch master
in repository vine.

commit 5f6559a5252172ca3080609d90423ad2b72995c8
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Thu Feb 16 19:08:46 2017 +0000

    Add test_suite to setup.py
    
    Forwarded: https://github.com/celery/vine/pull/10
    Author: Christopher Hoskin <mans0954 at debian.org>
    Last-Update: 16-Feb-2017
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 481f16d..7a9d532 100644
--- a/setup.py
+++ b/setup.py
@@ -109,6 +109,7 @@ setuptools.setup(
     license='BSD',
     install_requires=[],
     tests_require=reqs('test.txt'),
+    test_suite = 't/unit',
     cmdclass={'test': pytest},
     zip_safe=False,
     include_package_data=False,

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



More information about the Python-modules-commits mailing list