From 47a6bba2410a44da9df6e27f5927c7abacd44983 Mon Sep 17 00:00:00 2001
From: Chris McDonough <chrism@plope.com>
Date: Fri, 22 Jul 2011 05:48:03 +0200
Subject: [PATCH] better steps

---
 RELEASING.txt |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/RELEASING.txt b/RELEASING.txt
index c3781c1..3116d26 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -3,7 +3,11 @@
 
 - git pull
 
-- Make sure all unit tests pass and statement coverage is at 100%::
+- Do platform test via tox:
+
+  $ tox
+
+- Make sure statement coverage is at 100%::
 
   $ python setup.py nosetests --with-coverage
 

--
Gitblit v1.9.3