servo/python/tidy/README.rst
2016-10-02 14:41:03 +08:00

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
```