Merge "Remove py26 from PTI"

This commit is contained in:
Jenkins 2015-03-12 14:41:14 +00:00 committed by Gerrit Code Review
commit 6181208a70
1 changed files with 8 additions and 2 deletions

View File

@ -16,7 +16,6 @@ End results needed
Each python project must be able to do: Each python project must be able to do:
- Unit tests for python2.6
- Unit tests for python2.7 - Unit tests for python2.7
- Codestyle checks - Codestyle checks
- Testing Coverage Report - Testing Coverage Report
@ -24,12 +23,15 @@ Each python project must be able to do:
- Translations import/export and merge for translated projects - Translations import/export and merge for translated projects
- Documentation generation - Documentation generation
Projects which are compatible with Python 3 must also be able to do:
- Unit tests for python3.4
Specific commands Specific commands
----------------- -----------------
To drive the above tasks, the following commands should be supported in a clean tree: To drive the above tasks, the following commands should be supported in a clean tree:
- tox -epy26
- tox -epy27 - tox -epy27
- tox -epep8 - tox -epep8
- tox -ecover - tox -ecover
@ -41,6 +43,10 @@ Projects that are translated should also support:
- tox -evenv python setup.py extract_messages - tox -evenv python setup.py extract_messages
- tox -evenv python setup.py update_catalog - tox -evenv python setup.py update_catalog
Projects which are compatible with Python 3 must also be able to do:
- tox -epy34
Requirements Listing Requirements Listing
-------------------- --------------------