aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-15 01:35:34 +0100
committerGravatar GitHub <[email protected]>2020-11-15 01:35:34 +0100
commit90edf5f0e5a06a6b37e9b80e1695fde521d638d4 (patch)
tree0206bad8a3a0a50337840d2686c42f5a8cba3a45 /Pipfile
parentMerge pull request #422 from python-discord/get_rid_of_uwsgi (diff)
parentMake the value of the CI env var 'True' (diff)
Merge pull request #423 from python-discord/sebastiaan/backend/move-ci-to-gha
Migrate to GH Actions & GH Container Registry
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 4436117b..6bca3eb9 100644
--- a/Pipfile
+++ b/Pipfile
@@ -35,7 +35,7 @@ flake8-todo = "~=0.7"
mccabe = "~=0.6.1"
pep8-naming = "~=0.9"
pre-commit = "~=2.1"
-unittest-xml-reporting = "~=3.0"
+coveralls = "~=2.1"
[requires]
python_version = "3.9"