Update contributor docs for Python 2 drop

Change-Id: Ia19e529d066a35d7bda1441cfd1a9fa4b95db5ef
This commit is contained in:
Pierre Riteau 2020-01-27 22:25:44 +01:00
parent 056b2efb14
commit 71b064b36a
1 changed files with 3 additions and 3 deletions

View File

@ -39,12 +39,12 @@ via the commands:
.. sourcecode:: console
tox -e py27
tox -e py35
tox -e py36
tox -e py37
..
for Python 2.7 and Python 3.5 accordingly.
for Python 3.6 and Python 3.7 accordingly.
Note that the Blazar code base is not yet compatible with Python 3, so tests
will be failing.