servo/python
Jeremy Chen aec2e4f1e6 Upgrade mozlog package from 3.0 to 3.3.
With this upgrade, we are able to run wpt test with "--log-html" to see visual
results on screen.
2016-07-19 23:52:33 +08:00
..
servo mach: Don't bail out early when unable to find the right suite for a test 2016-07-17 19:27:08 -07:00
tidy Allow MIT/Apache-2.0 license as well as MPL-2.0. 2016-07-14 11:24:29 -05:00
mach_bootstrap.py Auto merge of #10618 - zwn:fix-windows-build, r=larsbergstrom 2016-07-17 15:58:12 -07:00
README.md Fix styling for Markdown headers. 2016-05-02 22:20:49 -04:00
requirements.txt Upgrade mozlog package from 3.0 to 3.3. 2016-07-19 23:52:33 +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.