Files
openide/python/helpersTestResources/tox.ini
Egor Eliseev f88aaf937f [python] Eliminate nested resource roots in helpers
Merge-request: IJ-MR-174869
Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com>

GitOrigin-RevId: 0bf11bb8fe739c9a72615dc5f3de794235d0e589
2025-09-16 08:51:23 +00:00

11 lines
273 B
INI

[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}