Correct testing documentation details.

This commit is contained in:
Timo Tuominen 2014-09-01 12:14:26 +03:00
parent 14877464f6
commit 278df84a7c
1 changed files with 2 additions and 2 deletions

View File

@ -62,10 +62,10 @@ To run the tests, clone the repository, and then:
virtualenv env
env/bin/activate
pip install -r requirements.txt
pip install -r optionals.txt
pip install -r requirements-test.txt
# Run the tests
py.test
./runtests.py
You can also use the excellent [`tox`][tox] testing tool to run the tests against all supported versions of Python and Django. Install `tox` globally, and then simply run: