aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-19 22:54:11 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-19 22:54:11 -0400
commitc0a6a1347041a816d51331285a183fd8b8f69182 (patch)
treeed9067e54a9e86b03c455fb0639e7f3cb66eb4b2 /release.py
parent0b0d47d267599d19e5ac5ce442c7f9c92bd1177d (diff)
downloadexternal_python_setuptools-c0a6a1347041a816d51331285a183fd8b8f69182.tar.gz
external_python_setuptools-c0a6a1347041a816d51331285a183fd8b8f69182.tar.bz2
external_python_setuptools-c0a6a1347041a816d51331285a183fd8b8f69182.zip
Update reference to Travis CI using setuptools mirror
--HG-- branch : distribute
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
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'):