Skip to content

Commit

Permalink
Update tox versions
Browse files Browse the repository at this point in the history
  • Loading branch information
urda committed Dec 29, 2021
1 parent e027b81 commit eabb1eb
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 @@ -24,7 +24,7 @@ whitelist_externals =


[testenv:flake-and-version-check]
basepython = python3.9
basepython = python3.10

commands =
coverage erase
Expand All @@ -37,7 +37,7 @@ deps =


[testenv:coverage-report]
basepython = python3.9
basepython = python3.10

commands =
coverage report --omit='.tox/*'
Expand Down

0 comments on commit eabb1eb

Please # to comment.