servo/python/tidy
Sadman Kazi cca3343c2e Check for merge commits with tidy
Increase merge commit check range under travis

Add comment on why travis workaround is necessary
2017-04-13 15:57:36 -04:00
..
servo_tidy Check for merge commits with tidy 2017-04-13 15:57:36 -04:00
servo_tidy_tests Allow using servo as dependency, by fixing Cargo.toml of servo-test-tidy. 2017-03-27 22:32:12 +09:00
HISTORY.rst Update servo-tidy to 0.3.0 2017-02-25 06:12:01 +01:00
Makefile bump the minor version of servo_tidy 2016-04-17 04:33:24 +09:00
README.rst Update servo-tidy to 0.3.0 2017-02-25 06:12:01 +01:00
setup.py Update servo-tidy to 0.3.0 2017-02-25 06:12:01 +01:00

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