From 320d3a59b9d89b8f3e7c13add04e28e7453a3f96 Mon Sep 17 00:00:00 2001 From: Julia Medina Date: Fri, 10 Jul 2015 19:15:14 -0300 Subject: [PATCH] Add oldest supported tox version to contributing docs Better fix for #1337 --- docs/contributing.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index ad9a3805a..87cea2a5f 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -146,6 +146,14 @@ tests requires `tox`_. Running tests ------------- +Make sure you have a recent enough `tox`_ installation: + + ``tox --version`` + +If your version is older than 1.7.0, please update it first: + + ``pip install -U tox`` + To run all tests go to the root directory of Scrapy source code and run: ``tox``