enable all extras on tox
This commit is contained in:
parent
7ca023a9ba
commit
26ed9c4ecb
@ -21,6 +21,14 @@ always install from PyPi.
|
|||||||
If you use the ``--pre`` parameter for ``pip``, you will get the latest
|
If you use the ``--pre`` parameter for ``pip``, you will get the latest
|
||||||
pre-release.
|
pre-release.
|
||||||
|
|
||||||
|
The following installation options exist:
|
||||||
|
|
||||||
|
* `all`: install all packages available for this platform
|
||||||
|
* `usb`: install packages required for USB printers
|
||||||
|
* `serial`: install packages required for serial printers
|
||||||
|
* `win32`: install packages required for win32 printing (only Windows)
|
||||||
|
* `cups`: install packages required for CUPS printing
|
||||||
|
|
||||||
Setup udev for USB-Printers
|
Setup udev for USB-Printers
|
||||||
---------------------------
|
---------------------------
|
||||||
1. Get the *Product ID* and *Vendor ID* from the lsusb command
|
1. Get the *Product ID* and *Vendor ID* from the lsusb command
|
||||||
|
1
tox.ini
1
tox.ini
@ -22,6 +22,7 @@ deps = jaconv
|
|||||||
pytest-mock
|
pytest-mock
|
||||||
hypothesis>4
|
hypothesis>4
|
||||||
python-barcode
|
python-barcode
|
||||||
|
extras = all
|
||||||
commands = pytest
|
commands = pytest
|
||||||
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_*
|
||||||
setenv = PY_IGNORE_IMPORTMISMATCH=1
|
setenv = PY_IGNORE_IMPORTMISMATCH=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user