Skip to content

Commit b2b44cd

Browse files
committed
Add test requirement on nose2
1 parent aa9dde1 commit b2b44cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
]
8383

8484
extras_require = setuptools_args['extras_require'] = {
85-
85+
test = ['nose2'],
8686
}
8787

8888
if 'setuptools' in sys.modules:

0 commit comments

Comments
 (0)