summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-07-31 09:33:47 -0400
committeranselor <anselor@gmail.com>2020-08-04 13:38:08 -0400
commite7b5054e27565c8b1da9e7280053a6505a83b80c (patch)
treea51d1f9d360b2495a6c939769c9dd2ae831f8df2
parent4afadcf64659906a24e521eccdba6d4b2ed70125 (diff)
downloadcmd2-git-e7b5054e27565c8b1da9e7280053a6505a83b80c.tar.gz
Updated Pipfile to do an editable/dev install of cmd2_ext_test so that "inv pytest" doesn't crash
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index e03fc25d..b384709c 100644
--- a/Pipfile
+++ b/Pipfile
@@ -12,6 +12,7 @@ wcwidth = ">=0.1.7"
[dev-packages]
cmd2 = {editable = true,path = "."}
+cmd2_ext_test = {editable = true,path = "plugins/ext_test"}
codecov = "*"
doc8 = "*"
flake8 = "*"