Return to tox.ini CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libcharon / plugins / vici / python |
1.1 misho 1: [tox]
2: envlist = py27, py35, py36, py37, py38
3:
4: [testenv]
5: deps =
6: pytest
7: pytest-pycodestyle
8: commands = pytest --pycodestyle
9:
1.1.1.2 ! misho 10: [testenv:py{27,35}]
1.1 misho 11: deps = pytest
12: commands = pytest
13:
14: [pycodestyle]
15: max-line-length = 80
16: show-source = True