TRAVIS_PYTHON_VERSION=3.7-dev TRAVIS_OS_NAME=linux TOXENV=py37 <<<<<< ENV .coveragerc .github/ISSUE_TEMPLATE.md .github/PULL_REQUEST_TEMPLATE.md .github/workflows/pythonpackage.yml .gitignore .gitmodules .mailmap .travis.yml .vscode/settings.json .vscode/tasks.json AUTHORS CHANGELOG.rst CONTRIBUTING.rst INSTALL LICENSE MANIFEST.in README.rst capabilities-data codecov.yml doc/.gitignore doc/Makefile doc/_static/.gitignore doc/api/capabilities.rst doc/api/cli.rst doc/api/codepages.rst doc/api/config.rst doc/api/constants.rst doc/api/escpos.rst doc/api/exceptions.rst doc/api/image.rst doc/api/katakana.rst doc/api/magicencode.rst doc/api/printer.rst doc/conf.py doc/dev/changelog.rst doc/dev/contributing.rst doc/download/barcode.bin doc/generate_authors.sh doc/index.rst doc/make.bat doc/pyescpos.ico doc/requirements.txt doc/spelling_wordlist.txt doc/user/barcode.rst doc/user/installation.rst doc/user/methods.rst doc/user/printers.rst doc/user/raspi.rst doc/user/todo.rst doc/user/usage.rst examples/barcodes.py examples/codepage_tables.py examples/graphics/climacons/clear-day.png examples/graphics/climacons/clear-night.png examples/graphics/climacons/cloudy.png examples/graphics/climacons/fog.png examples/graphics/climacons/partly-cloudy-day.png examples/graphics/climacons/partly-cloudy-night.png examples/graphics/climacons/rain.png examples/graphics/climacons/readme.md examples/graphics/climacons/sleet.png examples/graphics/climacons/snow.png examples/graphics/climacons/wind.png examples/qr_code.py examples/software_barcode.py examples/weather.py readthedocs.yml requirements.txt setup.cfg setup.py src/escpos/__init__.py src/escpos/capabilities.json src/escpos/capabilities.py src/escpos/cli.py src/escpos/codepages.py src/escpos/config.py src/escpos/constants.py src/escpos/escpos.py src/escpos/exceptions.py src/escpos/image.py src/escpos/katakana.py src/escpos/magicencode.py src/escpos/printer.py test/conftest.py test/resources/black_transparent.gif test/resources/black_transparent.png test/resources/black_white.gif test/resources/black_white.jpg test/resources/black_white.png test/resources/canvas_black.gif test/resources/canvas_black.jpg test/resources/canvas_black.png test/resources/canvas_white.gif test/resources/canvas_white.jpg test/resources/canvas_white.png test/test_abstract_base_class.py test/test_cli.py test/test_function_barcode.py test/test_function_cashdraw.py test/test_function_check_barcode.py test/test_function_cut.py test/test_function_dummy_clear.py test/test_function_image.py test/test_function_linedisplay.py test/test_function_panel_button.py test/test_function_qr_native.py test/test_function_qr_non-native.py test/test_function_set.py test/test_function_softbarcode.py test/test_function_text.py test/test_functions.py test/test_image.py test/test_load_module.py test/test_magicencode.py test/test_printer_file.py test/test_profile.py test/test_raise_arbitrary_error.py test/test_with_statement.py tox.ini <<<<<< network # path=/home/travis/build/python-escpos/python-escpos/coverage.xml /home/travis/build/python-escpos/python-escpos <<<<<< EOF