author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
Tue, 28 Jan 2020 14:19:41 +0100 | |
changeset 891 | 5f4fa5857e46 |
parent 872 | 90c1fd047f21 |
permissions | -rw-r--r-- |
[tox] envlist=py3,flake8,check-manifest [testenv] deps = pytest commands = {envpython} -m pytest {posargs:test} [testenv:flake8] basepython = python3 deps = flake8 commands = flake8 {posargs:--ignore=E741,F403,F405,F811,E123,E226,W503,E241,W504,E126,E121} [testenv:check-manifest] skip_install = true deps = check-manifest commands = {envpython} -m check_manifest {toxinidir} [pytest] python_files = *test_*.py [flake8] max-line-length = 100