mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
11 lines
276 B
INI
11 lines
276 B
INI
[tox]
|
|
skipsdist=True
|
|
envlist = py27,py35,py36,py37,py38,py39,py310,py311
|
|
# 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} |