fix passenv

This commit is contained in:
Patrick Kanzler 2023-04-19 22:18:25 +02:00
parent 0a8d8ae6c4
commit 757fe3328c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ deps = nose
hypothesis>4 hypothesis>4
python-barcode python-barcode
commands = pytest --cov escpos 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] [testenv:docs]
basepython = python basepython = python