We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e114b29 commit ae134faCopy full SHA for ae134fa
1 file changed
pyproject.toml
@@ -78,16 +78,19 @@ skipsdist=true
78
[testenv]
79
whitelist_externals = poetry
80
commands =
81
+ pip install poetry
82
poetry install
83
poetry run pytest {posargs}
84
85
[testenv:doc]
86
87
88
poetry install --extras doc
89
poetry run sphinx-build doc build/sphinx/html
90
91
[testenv:coverage]
92
93
94
95
poetry run coverage erase
96
poetry run pytest --cov {posargs}
0 commit comments