diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-07-31 09:33:47 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-08-04 13:38:08 -0400 |
commit | e7b5054e27565c8b1da9e7280053a6505a83b80c (patch) | |
tree | a51d1f9d360b2495a6c939769c9dd2ae831f8df2 | |
parent | 4afadcf64659906a24e521eccdba6d4b2ed70125 (diff) | |
download | cmd2-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-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = "*" |