aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-04-29 14:08:29 +0200
committerGravatar Christopher Baklid <[email protected]>2018-04-29 14:08:29 +0200
commitd9fd62f95671eabb9e353159d7de165b41b00624 (patch)
tree642cdd9e52b2391f2ee0d0917322af69dcaa1d1d /Pipfile
parentpreinstall environment in the base container (diff)
use pip script
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index b684de024..93338d7c5 100644
--- a/Pipfile
+++ b/Pipfile
@@ -27,3 +27,7 @@ requests = "*"
[requires]
python_version = "3.6"
+
+[scripts]
+
+start = "python -m bot"