diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 67f4e0910f..abc941cafc 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -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 ``_