From: Harmon Date: Wed, 16 Oct 2019 14:32:24 +0000 (-0500) Subject: Specify nose.collector as setup.py test suite X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5413d213524a7e58f1422c6477611359833aec98;p=tweepy.git Specify nose.collector as setup.py test suite --- diff --git a/setup.py b/setup.py index 1b4fcff..4b8e402 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setup(name="tweepy", ], "test": tests_require, }, + test_suite="nose.collector", keywords="twitter library", python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", classifiers=[