author | Philippe Pepiot <philippe.pepiot@logilab.fr> |
Wed, 06 Nov 2019 11:14:50 +0100 | |
changeset 866 | 40e82ee872ce |
parent 861 | d5e1e2b627fc |
child 872 | 90c1fd047f21 |
permissions | -rw-r--r-- |
[tox] envlist=py3,flake8 [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} [pytest] python_files = *test_*.py [flake8] max-line-length = 100