aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2020-12-11 11:03:21 +0100
committerGravatar Numerlor <[email protected]>2020-12-11 11:03:21 +0100
commitbdbe29adce68a05bd78c2cca7785302ed974b171 (patch)
tree4a27c45ff2755d9a48d30f35efed71d328a059f6 /Pipfile
parentRestructure doc cache to handle caches of whole pages (diff)
parentMake sure PR build artifact is always uploaded (diff)
Merge remote-tracking branch 'upstream/master' into doc-imp
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Pipfile b/Pipfile
index 70e7d67e7..4ca651c92 100644
--- a/Pipfile
+++ b/Pipfile
@@ -24,6 +24,7 @@ python-dateutil = "~=2.8"
pyyaml = "~=5.1"
sentry-sdk = "~=0.14"
statsd = "~=3.3"
+emoji = "~=0.6"
[dev-packages]
coverage = "~=5.0"
@@ -37,7 +38,7 @@ flake8-tidy-imports = "~=4.0"
flake8-todo = "~=0.7"
pep8-naming = "~=0.9"
pre-commit = "~=2.1"
-unittest-xml-reporting = "~=3.0"
+coveralls = "~=2.1"
[requires]
python_version = "3.8"
@@ -46,8 +47,8 @@ python_version = "3.8"
start = "python -m bot"
lint = "pre-commit run --all-files"
precommit = "pre-commit install"
-build = "docker build -t pythondiscord/bot:latest -f Dockerfile ."
-push = "docker push pythondiscord/bot:latest"
+build = "docker build -t ghcr.io/python-discord/bot:latest -f Dockerfile ."
+push = "docker push ghcr.io/python-discord/bot:latest"
test = "coverage run -m unittest"
html = "coverage html"
report = "coverage report"