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