Skip to content

Commit

Permalink
Merge pull request pallets#1669 from jeffwidman/master
Browse files Browse the repository at this point in the history
Update `tox` installation instructions to point to PyPI
  • Loading branch information
untitaker committed Jan 25, 2016
2 parents 431db28 + 102a33c commit f267191
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,9 @@ on. Travis is set up to run the full testsuite when you submit your pull
request anyways.

If you really want to test everything, you will have to install ``tox`` instead
of ``pytest``. Currently we're depending on a development version of Tox
because the released version is missing features we absolutely need. You can
install it with::
of ``pytest``. You can install it with::

pip install hg+https://bitbucket.org/hpk42/tox
pip install tox

The ``tox`` command will then run all tests against multiple combinations
Python versions and dependency versions.

0 comments on commit f267191

Please sign in to comment.