Remove redundant section about setting up venv from quick-start

There is no need to set up venv before we use tox. So we remove
the redundant section about setting up venv from quick-start.

Change-Id: I360d5c589dd31520721a5e5db3f24c7cc368e612
Closes-Bug: #1478767
This commit is contained in:
Hua Wang 2015-07-21 00:14:45 +08:00
parent 9ef3f748f8
commit e82bc43208
1 changed files with 0 additions and 14 deletions

View File

@ -55,16 +55,6 @@ Magnum source code should be pulled directly from git::
git clone https://git.openstack.org/openstack/magnum
cd magnum
Set up a local environment for development and testing with tox::
# create a virtualenv for development
tox -evenv -- python -V
Activate the virtual environment whenever you want to work in it.
All further commands in this section should be run with the venv active::
source .tox/venv/bin/activate
All unit tests should be run using tox. To run magnum's entire test suite::
# run all tests (unit and pep8)
@ -84,10 +74,6 @@ To run only the pep8/flake8 syntax and style checks::
tox -epep8
When you're done, deactivate the virtualenv::
deactivate
To discover and interact with templates, please refer to
`<http://git.openstack.org/cgit/openstack/magnum/tree/contrib/templates/example/README.rst>`_