mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
17 lines
269 B
ReStructuredText
17 lines
269 B
ReStructuredText
servo_tidy
|
|
==========
|
|
|
|
Servo's code and license checker.
|
|
|
|
Install from PyPI (coming soon) or
|
|
|
|
```
|
|
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
|
|
```
|