From 94794867686567fae64a2aa88628fdf6bc3c3d1b Mon Sep 17 00:00:00 2001 From: Felix Brilej Date: Mon, 22 Feb 2021 19:38:12 +0100 Subject: [PATCH] Add tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b6fe077..af0042f 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,6 @@ skipsdist = True [testenv] deps = -r{toxinidir}/cost-reporter/requirements-dev.txt -commands = pytest +commands = pytest -o log_cli=true -o log_cli_level=INFO setenv = PYTHONPATH={toxinidir}/cost-reporter/src \ No newline at end of file