Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoku committed Sep 12, 2023
1 parent b80173c commit f28619a
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@
envlist = py310

[testenv]
deps =
nose
coverage
commands =
nosetests --with-coverage --cover-package=pranaam

setenv =
DEBUG=0
deps=-rrequirements.txt
commands =
pip install --upgrade nosetests
nosetests
[testenv:py310]
basepython =
python3.10
deps =
{[testenv]}

[nosetests]
verbosity=2
detailed-errors=1
with-coverage=1
cover-package=pranaam

0 comments on commit f28619a

Please sign in to comment.