tox.ini
changeset 11475 d2fcd81b7ca9
parent 11474 28311db7a2a5
child 11478 1817f8946c22
equal deleted inserted replaced
11474:28311db7a2a5 11475:d2fcd81b7ca9
    43 
    43 
    44 [testenv:flake8]
    44 [testenv:flake8]
    45 skip_install = true
    45 skip_install = true
    46 deps =
    46 deps =
    47   flake8 >= 3
    47   flake8 >= 3
    48 commands = flake8 {posargs:{toxinidir}}
    48 commands =
       
    49   flake8 {toxinidir}
       
    50 # So that Jenkins JUnit plugin does not complain about missing XML results.
       
    51   touch test-results.xml
    49 
    52 
    50 [testenv:doc]
    53 [testenv:doc]
    51 changedir = doc
    54 changedir = doc
    52 deps =
    55 deps =
    53   sphinx
    56   sphinx
    61 commands =
    64 commands =
    62   check-manifest {toxinidir} \
    65   check-manifest {toxinidir} \
    63 # ignore symlinks that are not recognized by check-manifest, see
    66 # ignore symlinks that are not recognized by check-manifest, see
    64 # https://github.com/mgedmin/check-manifest/issues/69
    67 # https://github.com/mgedmin/check-manifest/issues/69
    65     --ignore cubicweb/devtools/test/data/cubes/i18ntestcube,cubicweb/test/data/legacy_cubes*
    68     --ignore cubicweb/devtools/test/data/cubes/i18ntestcube,cubicweb/test/data/legacy_cubes*
       
    69 # So that Jenkins JUnit plugin does not complain about missing XML results.
       
    70   touch test-results.xml
    66 
    71 
    67 [pytest]
    72 [pytest]
    68 python_files = *test_*.py
    73 python_files = *test_*.py
    69 
    74 
    70 [flake8]
    75 [flake8]