Merge "Docs: Run py34 tox test before py27"

This commit is contained in:
Jenkins 2016-08-06 00:53:25 +00:00 committed by Gerrit Code Review
commit 4669abbbcd

View File

@ -134,16 +134,16 @@ All unit tests should be run using tox. To run Ironic's entire test suite::
# run all tests (unit under both py27 and py34, and pep8) # run all tests (unit under both py27 and py34, and pep8)
tox tox
To run the unit tests under py27 and also run the pep8 tests::
# run all tests (unit under py27 and pep8)
tox -epy27 -epep8
To run the unit tests under py34 and also run the pep8 tests:: To run the unit tests under py34 and also run the pep8 tests::
# run all tests (unit under py34 and pep8) # run all tests (unit under py34 and pep8)
tox -epy34 -epep8 tox -epy34 -epep8
To run the unit tests under py27 and also run the pep8 tests::
# run all tests (unit under py27 and pep8)
tox -epy27 -epep8
.. note:: .. note::
If tests are run under py27 and then run under py34 or py35 the following error may occur:: If tests are run under py27 and then run under py34 or py35 the following error may occur::