Merge "Fixing a nit in contributing guide"

This commit is contained in:
Jenkins 2016-10-26 00:43:46 +00:00 committed by Gerrit Code Review
commit bc20ca8d73
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ welcome, if you have any questions, we can be found in the
pip install tox
tox -e pep8
tox -e py27
tox -e py34
tox -e py35
tox -e cover
Anyone wanting to contribute to OpenStack must follow

View File

@ -647,7 +647,7 @@ welcome, if you have any questions, we can be found in the
pip install tox
tox -e pep8
tox -e py27
tox -e py34
tox -e py35
tox -e cover
Anyone wanting to contribute to OpenStack must follow

View File

@ -18,7 +18,7 @@ welcome, if you have any questions, we can be found in the
pip install tox
tox -e pep8
tox -e py27
tox -e py34
tox -e py35
tox -e cover
Anyone wanting to contribute to OpenStack must follow