mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
5 lines
121 B
INI
5 lines
121 B
INI
[tox]
|
|
skipsdist=True
|
|
envlist = py39, py38
|
|
[testenv]
|
|
commands=python -c "import sys; assert sys.version_info[:2] == (3,9)" |