Specify nose.collector as setup.py test suite
authorHarmon <Harmon758@gmail.com>
Wed, 16 Oct 2019 14:32:24 +0000 (09:32 -0500)
committerHarmon <Harmon758@gmail.com>
Wed, 16 Oct 2019 14:32:24 +0000 (09:32 -0500)
setup.py

index 1b4fcff26c8393a12bb3bde070c5ea701059adb6..4b8e402918fae0cf5bd0c3d778ad4ae182cf76b6 100644 (file)
--- 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=[