From bc9688b2723ab92a29c915d44a02b225df68343c Mon Sep 17 00:00:00 2001 From: yamijuan Date: Mon, 1 May 2017 14:39:54 -0500 Subject: [PATCH] Fix test section in readme and docs --- README.rst | 4 ++-- docs/tests.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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