From bd05b4a05219eb3a5b3d4a9457fcda7d98b0d1f0 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 19 Feb 2019 23:15:44 +0100 Subject: [PATCH] Update documentation on running test for python environment --- docs/tests.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tests.rst b/docs/tests.rst index 3902a7bc5a7..5aff4247db5 100644 --- a/docs/tests.rst +++ b/docs/tests.rst @@ -24,13 +24,13 @@ argument:: To target a specific environment:: - tox -e py27 + tox -e py36 The ``tox`` configuration has the following environments configured. You can target a single environment to limit the test suite:: - py27 - Run our test suite using Python 2.7 + py36 + Run our test suite using Python 3.6 lint Run code linting using `Prospector`_. This currently runs `pylint`_,