aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-06-10 21:50:25 +0200
committerGravatar Christopher Baklid <[email protected]>2018-06-10 21:50:25 +0200
commitd92ca84751ef22a36db304e24602befcb34e623f (patch)
tree491ab31f565eb687ec07ad7bb4b3e4f702a06b54 /Pipfile
parentForce logger handlers in a safer way (diff)
adds a ci container to speed up build times
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index e6d1366c6..9b0e530ec 100644
--- a/Pipfile
+++ b/Pipfile
@@ -39,7 +39,10 @@ python_version = "3.6"
[scripts]
start = "python -m bot"
+lint = "python -m flake8"
build = "docker build -t pythondiscord/bot:latest -f docker/Dockerfile ."
push = "docker push pythondiscord/bot:latest"
buildbase = "docker build -t pythondiscord/bot-base:latest -f docker/Dockerfile.base ."
pushbase = "docker push pythondiscord/bot-base:latest"
+buildci = "docker build -t pythondiscord/bot-ci:latest -f docker/ci.Dockerfile ."
+pushci = "docker push pythondiscord/bot-ci:latest"