summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
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"