tox.ini
changeset 12244 6a71cb23f827
parent 12229 a812e9a75831
child 12248 6350e0a482d5
equal deleted inserted replaced
12243:a46fb3f58ea2 12244:6a71cb23f827
    44 # https://github.com/mgedmin/check-manifest/issues/69
    44 # https://github.com/mgedmin/check-manifest/issues/69
    45     --ignore cubicweb/devtools/test/data/cubes/i18ntestcube*,cubicweb/test/data/legacy_cubes*
    45     --ignore cubicweb/devtools/test/data/cubes/i18ntestcube*,cubicweb/test/data/legacy_cubes*
    46 
    46 
    47 [pytest]
    47 [pytest]
    48 python_files = *test_*.py
    48 python_files = *test_*.py
       
    49 log_print = false
    49 
    50 
    50 [flake8]
    51 [flake8]
    51 format = pylint
    52 format = pylint
    52 ignore = W503
    53 ignore = W503
    53 max-line-length = 100
    54 max-line-length = 100