tox.ini
changeset 11684 122eacf5210b
parent 11683 af09c51ad52e
child 11703 670aa9bf0b6c
equal deleted inserted replaced
11683:af09c51ad52e 11684:122eacf5210b
    40   check-manifest
    40   check-manifest
    41 commands =
    41 commands =
    42   check-manifest {toxinidir} \
    42   check-manifest {toxinidir} \
    43 # ignore symlinks that are not recognized by check-manifest, see
    43 # ignore symlinks that are not recognized by check-manifest, see
    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 
    49 
    50 [flake8]
    50 [flake8]