mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
26 lines
333 B
INI
26 lines
333 B
INI
[run]
|
|
branch = True
|
|
parallel = True
|
|
omit =
|
|
html5lib/*
|
|
py/*
|
|
pytest/*
|
|
pywebsocket/*
|
|
six/*
|
|
webdriver/*
|
|
wptserve/*
|
|
*/site-packages/*
|
|
*/lib_pypy/*
|
|
|
|
[paths]
|
|
html5lib =
|
|
html5lib/html5lib
|
|
.tox/**/site-packages/html5lib
|
|
|
|
pytest =
|
|
pytest/_pytest
|
|
.tox/**/site-packages/_pytest
|
|
|
|
py =
|
|
py/py
|
|
.tox/**/site-packages/py
|