servo/python/tidy
2019-10-22 10:15:53 +01:00
..
servo_tidy Fix call to flake8 broken when using distro module during test-tidy 2019-10-22 10:15:53 +01:00
servo_tidy_tests report when blocked package exception is not needed 2019-09-22 14:16:46 +05:30
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 Include missing dependency requirements 2019-05-15 11:22:05 -04: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