[tox] envlist = pytest, flake8, yamllint [testenv] basepython = python3 [testenv:pytest] deps = -rdev-requirements.txt commands = py.test --cov --cov-report= coverage report --fail-under 100 [testenv:flake8] deps = -rflake8-requirements.txt commands = flake8 [testenv:yamllint] deps = -ryamllint-requirements.txt skip_install = true commands = yamllint appsemble/schemas [flake8] ignore = D105,D200,D204 import-order-style = smarkets application-import-names = appsemble,conftest