aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Pipfile3
-rw-r--r--Pipfile.lock16
2 files changed, 16 insertions, 3 deletions
diff --git a/Pipfile b/Pipfile
index e881d52..3e0174d 100644
--- a/Pipfile
+++ b/Pipfile
@@ -24,6 +24,7 @@ flake8-import-order = "*"
flake8-tidy-imports = "*"
flake8-todo = "*"
flake8-string-format = "*"
+flake8-formatter-junit-xml = "*"
[requires]
python_version = "3.6"
@@ -39,7 +40,5 @@ buildbox = "docker build -t pythondiscord/snekbox:latest -f docker/Dockerfile ."
pushbox = "docker push pythondiscord/snekbox:latest"
buildboxbase = "docker build -t pythondiscord/snekbox-base:latest -f docker/base.Dockerfile ."
pushboxbase = "docker push pythondiscord/snekbox-base:latest"
-buildci = "docker build -t pythondiscord/snekbox-ci:latest -f docker/ci.Dockerfile ."
-pushci = "docker push pythondiscord/snekbox-ci:latest"
buildweb = "docker build -t pythondiscord/snekboxweb:latest -f docker/Dockerfile.webapp ."
pushweb = "docker push pythondiscord/snekboxweb:latest"
diff --git a/Pipfile.lock b/Pipfile.lock
index a7b5238..11a6201 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "5560465709134fb6096835f67c91567819bc6239a2f0182b2fca70ec3d0fb3f5"
+ "sha256": "0c682a13bfe227f8f95421c69f8d68b6fca2d4a841a45688f2cac078a97b1db1"
},
"pipfile-spec": 6,
"requires": {
@@ -192,6 +192,14 @@
"index": "pypi",
"version": "==1.3.0"
},
+ "flake8-formatter-junit-xml": {
+ "hashes": [
+ "sha256:1ddd9356bb30ba736c3f14c769c837cfacf4f79c3d383ab963ef9d38eea05a9c",
+ "sha256:6358a44ecafdf0f9c8ee5314859b8d6f553dc2e55e946a24c538185e1eba7ce6"
+ ],
+ "index": "pypi",
+ "version": "==0.0.6"
+ },
"flake8-import-order": {
"hashes": [
"sha256:90a80e46886259b9c396b578d75c749801a41ee969a235e163cfe1be7afd2543",
@@ -349,6 +357,12 @@
],
"version": "==2.10"
},
+ "junit-xml": {
+ "hashes": [
+ "sha256:602f1c480a19d64edb452bf7632f76b5f2cb92c1938c6e071dcda8ff9541dc21"
+ ],
+ "version": "==1.8"
+ },
"markupsafe": {
"hashes": [
"sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473",