diff --git a/src/postorius/doc/development.rst b/src/postorius/doc/development.rst index cae6074..f32c2ea 100644 --- a/src/postorius/doc/development.rst +++ b/src/postorius/doc/development.rst @@ -52,7 +52,7 @@ # Test Django 1.7 on Python2.7 only: $ tox -e py27-django1.7 - # Run the ``test_address_activation`` only: + # Run only tests in ``test_address_activation``: $ tox -- postorius.tests.test_address_activation # You get the idea...