servo/python
William Lee aceb60ec1d Add tidy linting checks for buildbot_steps.yml
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
2016-12-08 20:36:13 -05:00
..
servo Fix ./mach clippy. 2016-11-08 09:28:30 -05:00
tidy Add tidy linting checks for buildbot_steps.yml 2016-12-08 20:36:13 -05:00
mach_bootstrap.py Warn and exit mach if it detects MinGW Python 2016-10-10 18:27:48 +02:00
README.md Fix styling for Markdown headers. 2016-05-02 22:20:49 -04:00
requirements.txt Add tidy linting checks for buildbot_steps.yml 2016-12-08 20:36:13 -05: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.