It's hard to be enthusiastic about tox anymore.

This commit is contained in:
Julian Berman 2015-03-14 21:23:13 -04:00
parent a959fb1688
commit b40f902441
No known key found for this signature in database
GPG Key ID: 3F8D9C8C011729F8
1 changed files with 2 additions and 6 deletions

View File

@ -63,12 +63,8 @@ now uses setuptools.
Running the Test Suite
----------------------
``jsonschema`` uses the wonderful `Tox <http://tox.readthedocs.org>`_ for its
test suite. (It really is wonderful, if for some reason you haven't heard of
it, you really should use it for your projects).
Assuming you have ``tox`` installed (perhaps via ``pip install tox`` or your
package manager), just run ``tox`` in the directory of your source checkout to
If you have ``tox`` installed (perhaps via ``pip install tox`` or your
package manager), running``tox`` in the directory of your source checkout will
run ``jsonschema``'s test suite on all of the versions of Python ``jsonschema``
supports. Note that you'll need to have all of those versions installed in
order to run the tests on each of them, otherwise ``tox`` will skip (and fail)