Skip to content

Commit

Permalink
tox update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdup committed Aug 5, 2023
1 parent 60be6cc commit 77ad48d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commands =


[testenv:dev]
basepython = python3.9
basepython = python3.10
deps =
six
pytest
Expand All @@ -24,7 +24,7 @@ commands =
pytest --cov=valvevmf --cov-report html

[testenv:coverage]
basepython = python3.9
basepython = python3.10
deps =
six
pytest
Expand All @@ -37,7 +37,7 @@ commands =
coverage-badge -fo docs/source/coverage.svg

[testenv:docs]
basepython = python3.9
basepython = python3.10
deps =
six
sphinx
Expand Down

0 comments on commit 77ad48d

Please sign in to comment.