From 704d7dc237df15e39a438aeffee45c3f4b0d35e4 Mon Sep 17 00:00:00 2001 From: Arshad Kazmi Date: Thu, 29 Nov 2018 00:10:51 +0530 Subject: [PATCH] Fix tox url in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b3ef1c186..7613be4ed 100644 --- a/README.rst +++ b/README.rst @@ -312,7 +312,7 @@ When you run the ``pytest`` command, the tests will run against the installed ``fontTools`` package, or the first one found in the ``PYTHONPATH``. -You can also use `tox `__ to +You can also use `tox `__ to automatically run tests on different Python versions in isolated virtual environments.