From 1c40b53649f5f6c054decc6cb87a3bb96603f24c Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 30 Jan 2012 19:05:04 +0100 Subject: [PATCH] Fixed path to compressor tox env. --- docs/contributing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.txt b/docs/contributing.txt index 2cf5d31..4a57cb7 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt @@ -116,7 +116,7 @@ example: $ sudo pip install tox ... - $ cd path/to/my/django_compressor/tests + $ cd path/to/my/django_compressor $ tox Contributing Documentation