summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2023-03-12 10:17:39 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2023-03-13 09:26:48 +0200
commit7ede127ada2b786bdee1b37eb6600f15473a6031 (patch)
treea15bb0f5c4004bd24ce907ea6d71a2bdcee1fcbf
parentd4eed51d55fd6c35cd85f021c60e8f9144c1fea9 (diff)
downloadwheel-git-7ede127ada2b786bdee1b37eb6600f15473a6031.tar.gz
Updated tox url
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1371563..b58ec6b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -100,7 +100,7 @@ src = ["src"]
[tool.tox]
legacy_tox_ini = '''
-# Tox (http://tox.testrun.org/) is a tool for running tests
+# Tox (https://tox.wiki/) 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.