Skip to content

Commit

Permalink
Add setuptools to tox.ini deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Oct 5, 2023
1 parent a40f1b9 commit fce76c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ envlist = py, pypy3, black, flake8, pylint, security, typing
deps =
pytest !=3.1.1, !=3.1.2
pytest-cov==2.11.1
setuptools
commands =
py.test --cov=queuelib --cov-report=xml --cov-report=term --cov-report=html {posargs:queuelib}

Expand Down

0 comments on commit fce76c9

Please sign in to comment.