Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoku authored Sep 12, 2023
1 parent 5d3d73b commit 5220370
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
@@ -1,5 +1,5 @@
[tox]
envlist = py310
envlist = py39

[testenv]
deps =
Expand All @@ -8,9 +8,9 @@ deps =
commands =
nosetests --with-coverage --cover-package=pranaam

[testenv:py310]
[testenv:py39]
basepython =
python3.10
python3.9
deps =
{[testenv]}

Expand Down

0 comments on commit 5220370

Please sign in to comment.