diff docs/contributing.rst @ 2600:1b9d6b0a92b3 beta

updated contributing with tox info
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 14 Jul 2012 12:56:36 +0200
parents 4cf9af8ee623
children 63e58ef80ef1 8b8edfc25856
line wrap: on
line diff
--- a/docs/contributing.rst	Sat Jul 14 06:40:47 2012 +0000
+++ b/docs/contributing.rst	Sat Jul 14 12:56:36 2012 +0200
@@ -27,7 +27,8 @@
 
 
 After finishing your changes make sure all tests passes ok. You can run
-the testsuite running ``nosetest`` from the project root.
+the testsuite running ``nosetest`` from the project root, or if you use tox
+run tox for python2.5-2.7 with multiple database test.
 
 | Thank you for any contributions!
 |  Marcin