Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
--------
Expand Down
4 changes: 2 additions & 2 deletions docs/tests.rst
Original file line number Diff line number Diff line change
@@ -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