Skip to content

Commit a731ab7

Browse files
committed
chore: implement script test (#80)
1 parent 6ccbda8 commit a731ab7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Pipfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ pymdown-extensions = "*"
2323
[packages]
2424

2525
[scripts]
26+
test = "pytest"
2627
update = "pre-commit autoupdate"
2728

2829
[requires]
29-
python_version = "3.8.0"
30+
python_version = "3.9.2"

0 commit comments

Comments
 (0)