Files
strongswan-ext/src/libcharon/plugins/vici/python/tox.ini
T
Martin Willi 11b18f65b1 vici: Remove support for Python 2
Python 2 is dead and unmaintained for a while now. Time to stop carrying
on its support.
2022-12-12 14:38:09 +01:00

13 lines
172 B
INI

[tox]
envlist = py36, py37, py38, py39
[testenv]
deps =
pytest
pytest-pycodestyle
commands = pytest --pycodestyle
[pycodestyle]
max-line-length = 80
show-source = True