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>
This commit is contained in:
Chris Krelle 2013-05-21 10:53:44 -07:00
parent b78b4cb389
commit 0579f56f09
1 changed files with 4 additions and 1 deletions

View File

@ -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