mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update servo-tidy
to 0.3.0
This commit is contained in:
parent
050d9d9097
commit
9f55e6641c
3 changed files with 29 additions and 10 deletions
|
@ -3,15 +3,24 @@ servo_tidy
|
|||
|
||||
Servo's code and license checker.
|
||||
|
||||
Install from PyPI (coming soon) or
|
||||
Installation
|
||||
++++++++++++
|
||||
|
||||
```
|
||||
pip install -e git+https://github.com/servo/servo.git#egg=servo_tidy&subdirectory=python/tidy
|
||||
```
|
||||
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
|
||||
```
|
||||
::
|
||||
|
||||
./mach test-tidy --self-test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue