From 2c042fda2ae78db9e6d0d516cf9a2dd6b6615210 Mon Sep 17 00:00:00 2001 From: Morgan Courbet Date: Mon, 17 Jul 2017 19:05:59 +0200 Subject: [PATCH] Update tests/README.md --- tests/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 2079cfc..609b8a9 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,10 +1,16 @@ Testing ======= +The test will run with the following environments: +- Python version 2.7 +- Python version 3.5 +- Python version 3.6 +- PyPy + Installing the test environment ------------------------------- -### Debian-based distributions +### Debian-based distributions (Ubuntu, Mint, etc.) ```shell-session $ sudo apt install pypy python2.7 python3.5 python3.6 python-tox