From c0a6a1347041a816d51331285a183fd8b8f69182 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 19 May 2013 22:54:11 -0400 Subject: Update reference to Travis CI using setuptools mirror --HG-- branch : distribute --- release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release.py') diff --git a/release.py b/release.py index ad4070a1..e46cd317 100644 --- a/release.py +++ b/release.py @@ -103,7 +103,7 @@ def do_release(): print("Please do that") raise SystemExit(1) - print("Travis-CI tests: http://travis-ci.org/#!/jaraco/distribute") + print("Travis-CI tests: http://travis-ci.org/#!/jaraco/setuptools") res = raw_input('Have you or has someone verified that the tests ' 'pass on this revision? ') if not res.lower().startswith('y'): -- cgit v1.2.1