From 47a6bba2410a44da9df6e27f5927c7abacd44983 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 21 Jul 2011 23:48:03 -0400 Subject: better steps --- RELEASING.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASING.txt b/RELEASING.txt index c3781c19d..3116d2643 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -3,7 +3,11 @@ Releasing Pyramid - 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 -- cgit v1.2.3