projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e893fa
)
Specify nose.collector as setup.py test suite
author
Harmon
<Harmon758@gmail.com>
Wed, 16 Oct 2019 14:32:24 +0000
(09:32 -0500)
committer
Harmon
<Harmon758@gmail.com>
Wed, 16 Oct 2019 14:32:24 +0000
(09:32 -0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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=[