summaryrefslogtreecommitdiff
path: root/docs/dev/tests.rst
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-08-09 11:46:41 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-08-09 11:46:41 -0300
commitf361f4ba74a6a34b7b524ca2a828bd888c7d135c (patch)
treeaff66c283428777b8b1ac938ac6b7fc928e9828f /docs/dev/tests.rst
parent65fd449bdaeca67ab3b361dcee5f72729f207bb7 (diff)
Update documentation.
Diffstat (limited to 'docs/dev/tests.rst')
-rw-r--r--docs/dev/tests.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/tests.rst b/docs/dev/tests.rst
index 7f5fbaaf..d55c206a 100644
--- a/docs/dev/tests.rst
+++ b/docs/dev/tests.rst
@@ -39,8 +39,8 @@ Hint: colorized output
Install ``rednose`` locally, export the ``NOSE_REDNOSE`` variable, and give your eyes a rest :)::
- (leap_client)% pip install rednose
- (leap_client)% export NOSE_REDNOSE=1
+ (bitmask)% pip install rednose
+ (bitmask)% export NOSE_REDNOSE=1
Testing all the supported python versions
-----------------------------------------