mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
barcodes: replace viivakoodi with python-barcode
python-barcode is yet another clone of the PyPI barcode library, but which is still developped compared to viivakoodi. Signed-off-by: Romain Porte <microjoe@microjoe.org>
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -18,6 +18,7 @@ deps = nose
|
||||
pytest-cov
|
||||
pytest-mock
|
||||
hypothesis>4
|
||||
python-barcode
|
||||
viivakoodi
|
||||
commands = pytest --cov escpos
|
||||
passenv = ESCPOS_CAPABILITIES_PICKLE_DIR ESCPOS_CAPABILITIES_FILE CI TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* CODECOV_*
|
||||
@@ -27,7 +28,7 @@ basepython = python
|
||||
changedir = doc
|
||||
deps = sphinx>=1.5.1
|
||||
setuptools_scm
|
||||
viivakoodi
|
||||
python-barcode
|
||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||
|
||||
[testenv:flake8]
|
||||
|
Reference in New Issue
Block a user