mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-11 17:42:04 +00:00
9 lines
146 B
INI
9 lines
146 B
INI
[tox]
|
|
isolated_build = true
|
|
envlist = py310
|
|
|
|
[testenv]
|
|
whitelist_externals = poetry
|
|
commands =
|
|
poetry install -v
|
|
poetry run pytest tests/
|