File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libcharon / plugins / vici / python / tox.ini
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:20:09 2021 UTC (3 years, 5 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, HEAD
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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>