Skip to content

Commit

Permalink
client tox: add py dep and new python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 26, 2022
1 parent b105dec commit c2d6327
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mpcontribs-client/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ envlist = clean,py38,py39
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311

[pycodestyle]
max-line-length = 99
Expand All @@ -27,6 +29,7 @@ deps =
pytest-flake8
pytest-pycodestyle
pytest-cov
py
-rrequirements.txt
commands =
pytest -v -s --flake8 --pycodestyle --cov={envsitepackagesdir}/mpcontribs/client --cov-report=term-missing --cov-report=xml --ignore=bravado
Expand Down

0 comments on commit c2d6327

Please sign in to comment.