nvchecker/tox.ini

17 lines
282 B
INI
Raw Normal View History

2022-02-22 21:01:27 +00:00
[tox]
isolated_build = True
# you may find `tox --skip-missing-interpreters=true` helpful.
envlist = py3{8,9,10,11,12}
2022-02-22 21:01:27 +00:00
[testenv]
usedevelop = false
deps =
pytest
pytest-asyncio
pytest-httpbin
flaky
extras =
htmlparser
passenv = KEYFILE
commands = pytest -r fEs {posargs}