pre-commit-hooks/tests/README.md
2017-06-11 21:05:34 +02:00

18 lines
241 B
Markdown

Testing
=======
Installing the test environment
-------------------------------
### Debian-based distributions
```shell-session
$ sudo apt install pypy python-tox
```
Running the tests
-----------------
```shell-session
$ make test
```