servo/python
Aneesh Agrawal d0abd1cdfa Update buildbot_steps lint to handle env variables
https://github.com/servo/saltfs/pull/687 added support
for specifying environment variables in `buildbot_steps.yml`.
Update the servo-tidy buildbot_steps.yml linter to reflect this.

Use the voluptuous Python library (BSD 3-clause license) for validation
in lieu of a much larger hand-written implementation.
Update the tidy self tests to take into account the new error messages.
2018-01-08 00:31:34 -08:00
..
servo Auto merge of #19586 - tigercosmos:x1, r=jdm 2018-01-03 10:21:18 -06:00
tidy Update buildbot_steps lint to handle env variables 2018-01-08 00:31:34 -08:00
mach_bootstrap.py Enable pip output in mach_bootstrap.py 2017-11-24 20:47:11 +01:00
README.md Fix styling for Markdown headers. 2016-05-02 22:20:49 -04:00
requirements-salt.txt Add a Salt bootstrapper 2017-01-17 11:01:09 -05:00
requirements.txt Update buildbot_steps lint to handle env variables 2018-01-08 00:31:34 -08:00
tox.ini Added tox.ini 2016-05-08 12:10:48 +02:00

This directory contains various Python modules used to support servo development.

servo

servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.

tidy

servo-tidy is used to check licenses, line lengths, whitespace, flake8 on Python files, lock file versions, and more.