Remove Update tox Step

Since the tox bug has been resolved[1] and tox has also moved past versions
1.6 and 1.7, this patch removes the caveat about using the correct version
of tox.

[1] https://bugs.launchpad.net/openstack-ci/+bug/1274135

Change-Id: Ib13c1380867c3ac93d04140801a40e9023c03943
This commit is contained in:
Kendall Nelson 2017-12-28 18:29:44 -08:00
parent 7eddc73f7e
commit 3232daf011
1 changed files with 4 additions and 6 deletions

View File

@ -65,13 +65,11 @@ NOTE: If you are using a Virtual Machine (VM), all commands that begin with
replace the ``pass`` with your password (the same as used in the above
steps). On both of these lines you will need to remove the ``#``.
6. Install tox::
6. Install the correct version of tox. Latest tox has a bug.
https://bugs.launchpad.net/openstack-ci/+bug/1274135::
pip install --upgrade "tox>=1.6,<1.7"
sudo apt-get install python-pip
pip install tox
7. Upgrade DB schema to the latest version::
tox -e venv "storyboard-db-manage --config-file ./etc/storyboard.conf upgrade head"