Remove references to Python 2.7 in the PTI

In Ussuri we no longer require projects to test for python 2.7, so
remove it from the list of requirements in the PTI.

Change-Id: I58aa4795008373905e3191ab72b9d713e45339cd
This commit is contained in:
Nate Johnston 2019-10-04 08:14:44 -04:00
parent ee0f134954
commit af6c8065da

View File

@ -6,8 +6,7 @@ Project Testing Interface: Python
Each python project must be able to do:
- Unit tests for python2.7
- Unit tests for python3 (see below for version details)
- Unit tests for python (see below for version details)
- Codestyle checks
- Testing Coverage Report
- Source Tarball Generation
@ -20,7 +19,6 @@ Specific commands
To drive the above tasks, the following commands should be supported in a clean
tree:
- ``tox -e py27``
- ``tox -e pep8``
- ``tox -e cover``
- ``python setup.py sdist``