Skip to content

Commit

Permalink
tests: add missing "311" env in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
muxator committed Feb 24, 2024
1 parent 2974285 commit 41c0c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ commands =
--cov-report=html \
--cov-report=term {posargs}

[testenv:py{38,39,310}]
[testenv:py{38,39,310,311}]
commands =
{[testenv]commands}

# test environment for notebooks
[testenv:py{38,39,310}-nb]
[testenv:py{38,39,310,311}-nb]
deps =
pytest==7.4.2
mesa==2.1.1
Expand Down

0 comments on commit 41c0c4a

Please sign in to comment.