Skip to content

Commit f606ed1

Browse files
committed
feat(build): add pip-extras [test]
1 parent 32409f6 commit f606ed1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"networkx == 2.2; python_version < '3.5'",
3434
],
3535
extras_require={
36-
'plot': ['pydot', 'matplotlib']
36+
'plot': ['pydot', 'matplotlib'],
37+
'test': ['pydot', 'matplotlib', 'pytest'],
3738
},
3839
tests_require=['pytest'],
3940
license='Apache-2.0',

0 commit comments

Comments
 (0)