author | Philippe Pepiot <philippe.pepiot@logilab.fr> |
Wed, 06 Nov 2019 11:55:34 +0100 | |
changeset 872 | 90c1fd047f21 |
parent 866 | 40e82ee872ce |
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