From 18dcc438c174b4057af96e816b0847c1d21ed514 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 15 May 2017 19:56:16 +1000 Subject: [PATCH] Fixed URL --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a4a21e697..84ac7135e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ -# Tox (https://testrun.org/tox/latest/) is a tool for running tests +# Tox (https://tox.readthedocs.io/en/latest/) is a tool for running tests # in multiple virtualenvs. This configuration file will run the # test suite on all supported python versions. To use it, "pip install tox" # and then run "tox" from this directory.