From 92a9184ed32fbd66fde43b7d18298afc0964f8c8 Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Wed, 1 May 2013 00:19:51 -0300 Subject: [PATCH] Use tox to run all tests --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8928c84..e36fd1c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -8,7 +8,7 @@ contributions merged as quickly as possible: 2. If you want to add a new feature, talk to us on the `mailing list`__ or `IRC`__ first. We might already have plans, or be able to offer some advice. 3. Make sure your code passes the tests that ImageKit already has. To run the - tests, use ``python setup.py test``. This will let you know about any errors or style + tests, first install tox, ``pip install tox``, then use ``tox``. This will let you know about any errors or style issues. 4. While we're talking about tests, creating new ones for your code makes it much easier for us to merge your code quickly. ImageKit uses nose_, so