Skip to content

Commit

Permalink
add poetry as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Oct 25, 2023
1 parent 3243095 commit e084d44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ envlist = py{310,311}, pylint, mypy, flake8

[testenv]
deps =
pytest
vcrpy
poetry
commands =
pytest
poetry run pytest

[testenv:pylint]
basepython = python3.11
Expand Down

0 comments on commit e084d44

Please sign in to comment.