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