From 66a8778df58333e2998c17adc29121a1af618ba6 Mon Sep 17 00:00:00 2001 From: Morgan Courbet Date: Mon, 17 Jul 2017 21:19:35 +0200 Subject: [PATCH] Update supported Python versions in tests/README.md --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 609b8a9..7c94052 100644 --- a/tests/README.md +++ b/tests/README.md @@ -39,7 +39,7 @@ If you are developing a new hook or adding features to an existing one, you may $ tox tests/.py ``` -If you want to run your test for a specific Python version (for a quicker execution), you can specify it with the `-e` option of `tox`. At the moment, the supported Python versions are `2.7` (`-e py27`), `3.4` (`-e py34`), and `3.5` (`-e py35`). For example: +If you want to run your test for a specific Python version (for a quicker execution), you can specify it with the `-e` option of `tox`. At the moment, the supported Python versions are `2.7` (`-e py27`), `3.5` (`-e py35`), and `3.6` (`-e py36`). For example: ```shell-session $ tox -e py27 tests/.py