Skip to content

Commit ea2795d

Browse files
committed
Add pytest to develop_reqs
1 parent 9f9e04a commit ea2795d

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
@@ -23,7 +23,8 @@
2323
"flake8",
2424
"yapf",
2525
"coverage",
26-
"rope"
26+
"rope",
27+
"pytest"
2728
]
2829

2930
with open("README.md", "rb") as f:

0 commit comments

Comments
 (0)