aboutsummaryrefslogtreecommitdiff
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-07-14 12:56:36 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-07-14 12:56:36 +0200
commit93944b8dfb7319dc429904f0306a37ab67cbb092 (patch)
tree98081f167b820fc43cfa4c78959665124041ecd5 /docs/contributing.rst
parent14099712c1c31ab1bd9755c3ab890832e2e7182c (diff)
updated contributing with tox info
--HG-- branch : beta
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 52b567e6..1cda23fc 100644
--- 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