Skip to content

Commit ae134fa

Browse files
committed
tox installs poetry
1 parent e114b29 commit ae134fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,19 @@ skipsdist=true
7878
[testenv]
7979
whitelist_externals = poetry
8080
commands =
81+
pip install poetry
8182
poetry install
8283
poetry run pytest {posargs}
8384
8485
[testenv:doc]
8586
commands =
87+
pip install poetry
8688
poetry install --extras doc
8789
poetry run sphinx-build doc build/sphinx/html
8890
8991
[testenv:coverage]
9092
commands =
93+
pip install poetry
9194
poetry install
9295
poetry run coverage erase
9396
poetry run pytest --cov {posargs}

0 commit comments

Comments
 (0)