Add oldest supported tox version to contributing docs

Better fix for #1337
This commit is contained in:
Julia Medina 2015-07-10 19:15:14 -03:00
parent 439b376d5b
commit 320d3a59b9
1 changed files with 8 additions and 0 deletions

View File

@ -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``