Skip to content

Commit 69dbf01

Browse files
authored
Merge pull request #6 from yamijuan/master
Fix test section in readme and docs
2 parents 6926b3e + bc9688b commit 69dbf01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ Or you can build the menu dictionaries list inside the project apps with
192192
Running the tests:
193193
------------------
194194

195-
To run the tests against the current environment:
195+
To run the tests against configured environments:
196196

197197
::
198198

199-
python manage.py test
199+
tox
200200

201201
License:
202202
--------

docs/tests.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Running the tests
22
==================
33

4-
To run the tests against the current environment:
4+
To run the tests against configured environments:
55

66
::
77

8-
python manage.py test
8+
tox

0 commit comments

Comments
 (0)