Merge "Remove references to Python 2.7 in the PTI"

This commit is contained in:
Zuul 2019-10-15 06:36:53 +00:00 committed by Gerrit Code Review
commit b4cdf47a75

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``