Skip to content

Commit e32eb04

Browse files
committed
Added tests_require
1 parent 91828ad commit e32eb04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
url='https://github.com/kennethreitz/delegator',
3939
py_modules=['delegator'],
4040
install_requires=required,
41+
tests_require=['pytest'],
4142
license='MIT',
4243
classifiers=[
4344
'Programming Language :: Python',

0 commit comments

Comments
 (0)