From 757fe3328ccd148744ec7e2372f8897d2857de54 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Wed, 19 Apr 2023 22:18:25 +0200 Subject: [PATCH] fix passenv --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 73c7671..dbc2a0e 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps = nose hypothesis>4 python-barcode commands = pytest --cov escpos -passenv = ESCPOS_CAPABILITIES_PICKLE_DIR ESCPOS_CAPABILITIES_FILE CI TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* CODECOV_* +passenv = ESCPOS_CAPABILITIES_PICKLE_DIR, ESCPOS_CAPABILITIES_FILE, CI, TRAVIS, TRAVIS_*, APPVEYOR, APPVEYOR_*, CODECOV_* [testenv:docs] basepython = python