mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
Merge-request: IJ-MR-174869 Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com> GitOrigin-RevId: 0bf11bb8fe739c9a72615dc5f3de794235d0e589
11 lines
273 B
INI
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} |