matomo: correct README file (#31778)

This commit is contained in:
Nicolas Roche 2019-03-27 18:24:31 +01:00
parent 01a24f29a5
commit 95e60632ab
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -170,10 +170,10 @@ For testing hobo server, do in a virtualenv:
pip install pytest pytest-django
DJANGO_SETTINGS_MODULE=hobo.settings HOBO_SETTINGS_FILE=tests/settings.py py.tests tests
DJANGO_SETTINGS_MODULE=hobo.settings HOBO_SETTINGS_FILE=tests/settings.py py.test tests
For testing multitenant framework, do in a virtualenv:
pip install pytest pytest-django memcached mock .
pip install pytest pytest-django python-memcached mock .
cd tests_multitenant ; PYTHONPATH=. DJANGO_SETTINGS_MODULE=settings py.test .