From fb3243f1bc8c401a3f32e0d3a06b9fba3fdbc73c Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Wed, 19 Oct 2016 16:23:48 -0400 Subject: [PATCH] readme fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 547ecbd9..2baee368 100644 --- a/README.rst +++ b/README.rst @@ -99,7 +99,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 have installed ``nose`` and ``rednose``, and run: ``python setup.py nosetests``. +the standard port and have ``nose`` installed. Then, run: ``python setup.py nosetests``. To run the test suite on every supported Python version and every supported PyMongo version, you can use ``tox``.