summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <sigmavirus24@users.noreply.github.com>2016-02-17 15:15:27 -0600
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2016-02-17 15:15:27 -0600
commite8c2b0a824121da8f5f74511b8d0918705692713 (patch)
tree66a9be765f4deef454cd335d06ffb73b5e72cd92
parent44e48c1f71b916615466c628fc6bd056df56804e (diff)
parentb688c787c88884b8aca9fe38bb5b9c9095b39d7a (diff)
downloadpep8-e8c2b0a824121da8f5f74511b8d0918705692713.tar.gz
Merge pull request #482 from thijstriemstra/patch-1
fix broken link
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b3bb37b..5661fbb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,4 +1,4 @@
-# Tox (http://codespeak.net/~hpk/tox/) is a tool for running tests
+# Tox (https://testrun.org/tox/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.