mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
8
tox.ini
8
tox.ini
@@ -17,10 +17,10 @@ deps = jaconv
|
||||
coverage
|
||||
scripttest
|
||||
mock
|
||||
pytest!=3.2.0,!=3.3.0
|
||||
pytest>=7.4
|
||||
pytest-cov
|
||||
pytest-mock
|
||||
hypothesis>4
|
||||
hypothesis>=6.83
|
||||
python-barcode
|
||||
extras = all
|
||||
commands = pytest
|
||||
@@ -51,9 +51,11 @@ commands = flake8
|
||||
basepython = python
|
||||
deps = mypy
|
||||
types-six
|
||||
types-mock
|
||||
types-PyYAML
|
||||
types-appdirs
|
||||
types-Pillow
|
||||
types-pyserial
|
||||
hypothesis>=6.83
|
||||
jaconv
|
||||
commands = mypy src
|
||||
commands = mypy src test
|
||||
|
Reference in New Issue
Block a user