tox.ini
changeset 11683 af09c51ad52e
parent 11681 b23d58050076
child 11684 122eacf5210b
equal deleted inserted replaced
11682:299640088c23 11683:af09c51ad52e
    24 skip_install = true
    24 skip_install = true
    25 deps =
    25 deps =
    26   flake8 >= 3
    26   flake8 >= 3
    27 commands =
    27 commands =
    28   flake8 {toxinidir}
    28   flake8 {toxinidir}
    29 # So that Jenkins JUnit plugin does not complain about missing XML results.
       
    30   touch test-results.xml
       
    31 
    29 
    32 [testenv:doc]
    30 [testenv:doc]
    33 changedir = doc
    31 changedir = doc
    34 deps =
    32 deps =
    35   sphinx
    33   sphinx
    43 commands =
    41 commands =
    44   check-manifest {toxinidir} \
    42   check-manifest {toxinidir} \
    45 # ignore symlinks that are not recognized by check-manifest, see
    43 # ignore symlinks that are not recognized by check-manifest, see
    46 # https://github.com/mgedmin/check-manifest/issues/69
    44 # https://github.com/mgedmin/check-manifest/issues/69
    47     --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*
    48 # So that Jenkins JUnit plugin does not complain about missing XML results.
       
    49   touch test-results.xml
       
    50 
    46 
    51 [pytest]
    47 [pytest]
    52 python_files = *test_*.py
    48 python_files = *test_*.py
    53 
    49 
    54 [flake8]
    50 [flake8]