There was an error while loading. Please reload this page.
1 parent ff2d84c commit f458522Copy full SHA for f458522
3 files changed
setup.py
@@ -23,6 +23,8 @@ def get_version():
23
py_modules=['gitlab'],
24
scripts=['gitlab'],
25
install_requires=['requests'],
26
+ tests_require=['httmock', 'nose'],
27
+ test_suite="nose.collector",
28
classifiers=[
29
'Development Status :: 5 - Production/Stable',
30
'Environment :: Console',
0 commit comments