Update documentation, tox environment

Python 2.7 is no longer supported.

Change-Id: I35d9c24d493dea254a823cce528e9fc482d9f4cd
This commit is contained in:
Vsevolod Fedorov 2022-07-14 10:47:05 +03:00
parent 2bff1024fa
commit 09f5e0362c

View File

@ -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.