mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
10 lines
212 B
INI
10 lines
212 B
INI
[tox]
|
|
envlist = py37, py38, py39, py310, py311
|
|
isolated_build = true
|
|
|
|
[testenv]
|
|
skip_install = true
|
|
whitelist_externals = poetry
|
|
commands_pre = poetry install
|
|
commands = poetry run pytest --import-mode importlib
|