Tests/Tox/TravisCI improvements

This commit is contained in:
Axel Haustant
2015-04-17 11:26:47 +02:00
parent aa7bf7af1e
commit 91ee85152c
6 changed files with 29 additions and 32 deletions

View File

@@ -96,7 +96,7 @@ Some simple examples of what MongoEngine code looks like::
Tests
=====
To run the test suite, ensure you are running a local instance of MongoDB on
the standard port, and run: ``python setup.py test``.
the standard port, and run: ``python setup.py nosetests``.
To run the test suite on every supported Python version and every supported PyMongo version,
you can use ``tox``.