author | Laurent Peuch <cortex@worlddomination.be> |
Fri, 13 Dec 2019 06:22:18 +0100 | |
changeset 880 | f153b0b4e67c |
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