# HG changeset patch # User Laurent Peuch # Date 1554994047 -7200 # Node ID 82bf85157b532191e528a8693aacee6896d5a411 # Parent c197f9382e5344e3112ca6fb1ea418ac6f3254bf [README] add testing instructions diff -r c197f9382e53 -r 82bf85157b53 README --- a/README Fri Apr 05 12:19:03 2019 +0200 +++ b/README Thu Apr 11 16:47:27 2019 +0200 @@ -36,6 +36,15 @@ You can also look at the latest builds on Logilab's jenkins: https://jenkins.logilab.org/ +Test +---- + +Simply run the `tox` command in the root folder of this repository: + + tox + +How to install tox: https://tox.readthedocs.io/en/latest/install.html + Documentation -------------