mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
27 lines
320 B
ReStructuredText
27 lines
320 B
ReStructuredText
servo_tidy
|
|
==========
|
|
|
|
Servo's code and license checker.
|
|
|
|
Installation
|
|
++++++++++++
|
|
|
|
Install from PyPI:
|
|
|
|
::
|
|
|
|
pip install servo-tidy
|
|
|
|
or from git:
|
|
|
|
::
|
|
|
|
pip install -e git+https://github.com/servo/servo.git#egg=servo_tidy&subdirectory=python/tidy
|
|
|
|
To run the tests
|
|
++++++++++++++++
|
|
|
|
::
|
|
|
|
./mach test-tidy --self-test
|