You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
venv/PyCharm 2025.2.1.1/plugins/python-ce/helpers/testResources/tox.ini

11 lines
273 B

[tox]
skipsdist=True
envlist = py27,py38,py39,py310,py311,py312,py313
# See https://tox.wiki/en/latest/faq.html#testing-end-of-life-python-versions
requires = virtualenv<20.22.0
[testenv]
setenv =
PYTHONPATH = {toxinidir}/..
commands =
python __main__.py {posargs}