mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
This commit adds tidy checks for buildbot_steps.yml, as well as unit tests. These checks include: * Checking buildbot_steps.yml can be parsed by a YAML loader * buildbot_steps.yml does not contain duplicate keys * buildbot_steps.yml keys map to a list of strings
24 lines
341 B
Text
24 lines
341 B
Text
blessings == 1.6
|
|
mach == 0.6.0
|
|
mozdebug == 0.1
|
|
mozinfo == 0.8
|
|
mozlog == 3.3
|
|
setuptools == 18.5
|
|
toml == 0.9.1
|
|
Mako == 1.0.4
|
|
|
|
# For Python linting
|
|
flake8 == 2.4.1
|
|
pep8 == 1.5.7
|
|
pyflakes == 0.8.1
|
|
|
|
# For buildbot checking
|
|
PyYAML == 3.12
|
|
|
|
# For test-webidl
|
|
ply == 3.8
|
|
|
|
# For Cross-platform colored terminal text
|
|
colorama == 0.3.7
|
|
|
|
-e python/tidy
|