author | Simon Chabot <simon.chabot@logilab.fr> |
Wed, 13 Feb 2019 18:14:10 +0100 | |
changeset 852 | 0fb66fc1a945 |
parent 851 | ddf078af91d8 |
child 853 | 739621276982 |
permissions | -rw-r--r-- |
[tox] envlist=py27,py3,flake8 [testenv] deps = pytest py27: unittest2 >= 0.7 commands = {envpython} -m pytest {posargs:test} [testenv:flake8] basepython = python3 deps = flake8 commands = flake8 {posargs:--ignore=E127,E261,E265,E402,E501,E731,E741,F401,F401,F403,F405,F811,F821,F841,E123,E226,W503,E241,W504,E126,E121} [pytest] python_files = *test_*.py [flake8] max-line-length = 100