Skip to content

Commit e7b5054

Browse files
tleonhardtanselor
authored andcommitted
Updated Pipfile to do an editable/dev install of cmd2_ext_test so that "inv pytest" doesn't crash
1 parent 4afadcf commit e7b5054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ wcwidth = ">=0.1.7"
1212

1313
[dev-packages]
1414
cmd2 = {editable = true,path = "."}
15+
cmd2_ext_test = {editable = true,path = "plugins/ext_test"}
1516
codecov = "*"
1617
doc8 = "*"
1718
flake8 = "*"

0 commit comments

Comments
 (0)