servo/python/tidy
askeing ee433a030c Add servo_tidy_tests into ignore dirs, and modify setup.py to fit the tidy check
- fix the issue of '$ ./mach test-tidy --no-progress'
2016-04-15 11:16:03 +08:00
..
servo_tidy Add servo_tidy_tests into ignore dirs, and modify setup.py to fit the tidy check 2016-04-15 11:16:03 +08:00
servo_tidy_tests Modified the servo_tidy_tests for both "./mach" and "make test" 2016-04-14 21:19:16 +09:00
HISTORY.rst Create a Python package of Tidy 2016-04-13 16:07:04 -07:00
Makefile Modified the servo_tidy_tests for both "./mach" and "make test" 2016-04-14 21:19:16 +09:00
README.rst Create a Python package of Tidy 2016-04-13 16:07:04 -07:00
setup.py Add servo_tidy_tests into ignore dirs, and modify setup.py to fit the tidy check 2016-04-15 11:16:03 +08:00

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