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 authored and muxator committed Feb 26, 2024
1 parent 5b4a2f6 commit c8b2cc3
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 c8b2cc3

Please sign in to comment.