Return to tox.ini CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libcharon / plugins / vici / python |
strongswan 5.9.2
[tox] envlist = py27, py35, py36, py37, py38 [testenv] deps = pytest pytest-pycodestyle commands = pytest --pycodestyle [testenv:py{27,35}] deps = pytest commands = pytest [pycodestyle] max-line-length = 80 show-source = True