summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2019-02-28 07:33:21 +0100
committerAdam Johnson <me@adamj.eu>2019-02-28 07:33:24 +0100
commit17376f3c2539ee256a4724368c0e8ca4e667efb9 (patch)
tree72da3d51ef5cd2674a98432931ab422d8ad05fec
parente71908e1ac65f05cd92b1c6a71ef118f4138b2d7 (diff)
downloadpep8-17376f3c2539ee256a4724368c0e8ca4e667efb9.tar.gz
Update tox url in tox.ini
The previous one lead to a dead-end 404.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c263284..742888c 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.