Merge "Updated tox setup instructions on Development Guidelines"

This commit is contained in:
Jenkins 2015-07-28 10:28:08 +00:00 committed by Gerrit Code Review
commit f244caf794

View File

@ -42,7 +42,7 @@ To execute the unit tests:
Remarks: Remarks:
If you installed using: `cd ~/swift; sudo python setup.py develop`, If you installed using: `cd ~/swift; sudo python setup.py develop`,
you may need to do: `cd ~/swift; sudo chown -R swift:swift swift.egg-info` you may need to do: `cd ~/swift; sudo chown -R ${USER}:${USER} swift.egg-info`
prior to running tox. prior to running tox.
* Optionally, run only specific tox builds: * Optionally, run only specific tox builds: