Skip to content

Commit

Permalink
Add configuration for tox-gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Aug 10, 2023
1 parent 2192764 commit ddbe3d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ requires =
#env_list = linters, type, py{38,39,310,311}
env_list = linters, py{38,39,310,311}
[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
[testenv]
description = run tests
deps =
Expand Down

0 comments on commit ddbe3d6

Please sign in to comment.