From 102a33ca528f34bae0cbbfc60cb63d5e2dab7cf2 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 30 Dec 2015 01:04:24 -0800 Subject: [PATCH] Update `tox` installation instructions to point to PyPI --- CONTRIBUTING.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 12083f52..99b75f69 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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.