diff --git a/README.rst b/README.rst index f64c10b..21529b8 100644 --- a/README.rst +++ b/README.rst @@ -192,11 +192,11 @@ Or you can build the menu dictionaries list inside the project apps with Running the tests: ------------------ -To run the tests against the current environment: +To run the tests against configured environments: :: - python manage.py test + tox License: -------- diff --git a/docs/tests.rst b/docs/tests.rst index d420a4a..978d975 100644 --- a/docs/tests.rst +++ b/docs/tests.rst @@ -1,8 +1,8 @@ Running the tests ================== -To run the tests against the current environment: +To run the tests against configured environments: :: - python manage.py test + tox