Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Nov 21, 2023
1 parent dc848d1 commit 9b2f794
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ commands = {envpython} -m pytest --cov-config={toxinidir}/tox.ini {posargs:\
} \
--log-format='%(levelname)s %(relativeCreated)2.2f %(filename)s:%(lineno)d %(message)s' \
tests
{envpython} -m mypy tests/typing
passenv = TEST_QUICK,TEST_KEYBOARD,TEST_RAW


Expand Down Expand Up @@ -198,4 +197,7 @@ commands = codecov -e TOXENV
[testenv:typing]
basepython = python3.12
deps = mypy
commands = stubtest wcwidth
commands =
stubtest wcwidth
{envpython} -m mypy tests/typing

0 comments on commit 9b2f794

Please sign in to comment.