tox.ini
branch3.24
changeset 11830 535e54210332
parent 11811 f09efeead7f9
child 11911 37726f66ff82
equal deleted inserted replaced
11829:17078e20088f 11830:535e54210332
    39 [testenv:check-manifest]
    39 [testenv:check-manifest]
    40 skip_install = true
    40 skip_install = true
    41 deps =
    41 deps =
    42   check-manifest
    42   check-manifest
    43 commands =
    43 commands =
    44   check-manifest {toxinidir} \
    44   {envpython} -m check_manifest {toxinidir} \
    45 # ignore symlinks that are not recognized by check-manifest, see
    45 # ignore symlinks that are not recognized by check-manifest, see
    46 # https://github.com/mgedmin/check-manifest/issues/69
    46 # https://github.com/mgedmin/check-manifest/issues/69
    47     --ignore cubicweb/devtools/test/data/cubes/i18ntestcube*,cubicweb/test/data/legacy_cubes*
    47     --ignore cubicweb/devtools/test/data/cubes/i18ntestcube*,cubicweb/test/data/legacy_cubes*
    48 
    48 
    49 [pytest]
    49 [pytest]