From 5c8d611d969cbf084f5d033b9903b08cce0e816e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Sun, 18 Feb 2018 13:53:51 +0200 Subject: [PATCH] Update development docs to use tox as test runner --- docs/development.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 92d4c0e..8693ea1 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -12,6 +12,6 @@ and follow the `guidelines `_. Running tests ------------- -Clone the repository and install the django version you want. Then run:: +Clone the repository and install the Django version you want. Then run:: - $ ./runtests.py + $ tox