From 4c40ab9cbe552c6ec68eb8323638729eacca4b1c Mon Sep 17 00:00:00 2001 From: Patrick Kanzler <4189642+patkan@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:02:05 +0200 Subject: [PATCH] Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 044e638..3ef9b54 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ deps = jaconv pytest-mock hypothesis>4 python-barcode -commands = pytest --cov escpos --cov-report=xml +commands = pytest passenv = ESCPOS_CAPABILITIES_PICKLE_DIR, ESCPOS_CAPABILITIES_FILE, CI, TRAVIS, TRAVIS_*, APPVEYOR, APPVEYOR_*, CODECOV_* setenv = PY_IGNORE_IMPORTMISMATCH=1