summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris Krelle <nobodycam@gmail.com>2013-05-21 10:53:44 -0700
committerChris Krelle <nobodycam@gmail.com>2013-05-21 10:53:44 -0700
commitacb05d4018786ea1dfa0127e222daad0263e820a (patch)
tree9ad94a1a5033575869180a30fc160da16300683c /README.rst
parent08ed127fce3572985759b7b67d5db1b7760b6e81 (diff)
downloadironic-acb05d4018786ea1dfa0127e222daad0263e820a.tar.gz
Add steps to README.rst
Add tox to pip install. Add step to run testr init Change-Id: I10fd120d7757bc11695d064d488024e545655448 Authored-by: Chris Krelle <nobodycam@gmail.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9b2299aae..fdb8b5efb 100644
--- a/README.rst
+++ b/README.rst
@@ -94,7 +94,7 @@ Setting up a local environment for development can be done with tox::
sudo yum install python-devel swig openssl-devel python-pip mysql-libs libxml2-devel libxslt-devel
sudo easy_install nose
- sudo pip install virtualenv setuptools-git flake8
+ sudo pip install virtualenv setuptools-git flake8 tox
# create virtualenv
tox -evenv -- echo 'done'
@@ -102,6 +102,9 @@ Setting up a local environment for development can be done with tox::
# activate the virtualenv
source .tox/venv/bin/activate
+ # run testr init
+ testr init
+
# run pep8/flake8 checks
flake8