From 09f5e0362c7d0500518747d8b1d24047edd04b6b Mon Sep 17 00:00:00 2001 From: Vsevolod Fedorov Date: Thu, 14 Jul 2022 10:47:05 +0300 Subject: [PATCH] Update documentation, tox environment Python 2.7 is no longer supported. Change-Id: I35d9c24d493dea254a823cce528e9fc482d9f4cd --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index a1bd99f8d..8e58fb050 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -50,7 +50,7 @@ started including unit tests as examples in our documentation so to keep the examples up to date it is very important that we include unit tests for every module. To run the unit tests, execute the command:: - tox -e py27 + tox -e py38 * Note: View ``tox.ini`` to run tests on other versions of Python.