README: rewrite section on tests to indicate the use of tox

This commit is contained in:
Benjamin Dauvergne 2016-04-12 14:28:24 +02:00
parent 2c33683331
commit f70986795d
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -250,9 +250,9 @@ Default is True.
Tests
=====
Unit tests are written using pytest, and can be run with:
Unit tests are written using pytest and launched using tox, and can be run with:
DJANGO_SETTINGS_MODULE=testsettings py.test
tox
Remarks
=======