mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
* Drop 3.6 & 3.7 * Add 3.9+ (cherry picked from commit 52d830b560f32bb75d1a1d84f67fa2e1b41a1f2e) IJ-MR-137982 GitOrigin-RevId: dba613bc2f34198c25b85fff3e581ab997764e17
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} |