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 713990f commit b80173c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
envlist = py310

[testenv]
deps =
nosetests==1.3.7
commands =
pip install --upgrade nosetests
nosetests

setenv =
DEBUG=0
deps=-rrequirements.txt
commands=nosetests
commands =
pip install --upgrade nosetests
nosetests

0 comments on commit b80173c

Please sign in to comment.