summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt6
1 files changed, 5 insertions, 1 deletions
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