mirror of https://github.com/scrapy/scrapy.git
Add oldest supported tox version to contributing docs
Better fix for #1337
This commit is contained in:
parent
439b376d5b
commit
320d3a59b9
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Reference in New Issue