summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-12-31 11:05:24 +0200
committerYuval Adam <_@yuv.al>2021-12-31 11:05:24 +0200
commit361da8e734f63c1ce9391085399e258388ebd45e (patch)
tree8da731248b4588cbf519518c3034f7b967e88ddd /Pipfile
parent9aa2e675f538bbcdf0d5bd1d27f39fceb6bcd30f (diff)
Initial structure refactoring
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 981c2f7..08f6e10 100644
--- a/Pipfile
+++ b/Pipfile
@@ -12,6 +12,9 @@ click = "*"
colorama = "*"
[dev-packages]
+pytest = "*"
+black = "*"
[scripts]
-verify = "python verify.py"
+greenpass = "python -m greenpass"
+test = "pytest"