Skip to content

Commit

Permalink
ci: update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed May 21, 2022
1 parent 7c1af38 commit f523f7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
python =
3.7: py37
3.8: py38, typing
3.9: py39, typing, pypi-description
3.10: py310, typing
3.9: py39, typing
3.10: py310, typing, pypi-description
pypy3: pypy3

[tox]
Expand All @@ -29,7 +29,7 @@ commands =
coverage html

[testenv:lint]
basepython = python3.9
basepython = python3.10
skip_install = true
deps =
pre-commit
Expand All @@ -43,15 +43,15 @@ commands =
mypy --strict src/manifestoo

[testenv:docs]
basepython = python3.9
basepython = python3.10
extras = doc
commands =
python docs/gen_cli_doc.py
make -C docs html
allowlist_externals = make

[testenv:pypi-description]
basepython = python3.9
basepython = python3.10
skip_install = true
deps =
twine
Expand Down

0 comments on commit f523f7a

Please sign in to comment.