# HG changeset patch # User Marcin Kuzminski # Date 2012-07-14 12:56:36 # Node ID 1b9d6b0a92b32ad4eef646506a9ec2056274a0cd # Parent 93ff09107e918eca71b6ea680a4091e50961532c updated contributing with tox info diff --git a/docs/contributing.rst b/docs/contributing.rst --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -27,7 +27,8 @@ enviroment. 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