diff --git a/app.json b/app.json new file mode 100644 index 0000000000000000000000000000000000000000..35181bb8c709fe3b4152fb5b0184cab587fa62fe --- /dev/null +++ b/app.json @@ -0,0 +1,9 @@ +{ + "environments": { + "test": { + "scripts": { + "test": "pytest" + } + } + } +}