Files
openide/python/helpers/tests/tox.ini
Mikhail Golubev e068d21ee6 [python] Specify Python 2-compatible virtualenv for tox to test Python helpers
GitOrigin-RevId: f6badc7658a3ed5c769572c24b691b49389ecaca
2023-06-21 12:22:49 +00:00

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}