From 9bca0b4897160d618ad080cb635738eaac21e31f Mon Sep 17 00:00:00 2001 From: Morgan Courbet Date: Wed, 5 Jul 2017 21:41:07 +0200 Subject: [PATCH] Update tests/README.md to add multiple Python versions --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 36a5803..e2d4039 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,7 +7,7 @@ Installing the test environment ### Debian-based distributions ```shell-session -$ sudo apt install pypy python-tox +$ sudo apt install pypy python2.7 python3.5 python3.6 python-tox ``` Running the tests