explicitely call mypy

This commit is contained in:
Patrick Kanzler 2023-09-04 01:13:46 +02:00
parent 2c203e7e87
commit 1fd66c2e65
2 changed files with 6 additions and 1 deletions

View File

@ -47,6 +47,11 @@ jobs:
tox
env:
ESCPOS_CAPABILITIES_FILE: /home/runner/work/python-escpos/python-escpos/capabilities-data/dist/capabilities.json
- name: Test mypy with tox
run: |
tox -e mypy
env:
ESCPOS_CAPABILITIES_FILE: /home/runner/work/python-escpos/python-escpos/capabilities-data/dist/capabilities.json
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:

View File

@ -1,5 +1,5 @@
[tox]
envlist = py38, py39, py310, py311, docs, flake8, mypy
envlist = py38, py39, py310, py311, docs, flake8
[gh-actions]
python =