Document about tox testing

This commit is contained in:
Axel Haustant
2015-04-16 14:26:19 +02:00
parent 57f301815d
commit 8e8d9426df
2 changed files with 16 additions and 3 deletions

View File

@@ -46,6 +46,8 @@ General Guidelines
- Write tests and make sure they pass (make sure you have a mongod
running on the default port, then execute ``python setup.py test``
from the cmd line to run the test suite).
- Ensure tests pass on every Python and PyMongo versions.
You can test on these versions locally by executing ``tox``
- Add yourself to AUTHORS :)
Documentation