diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-19 22:54:11 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-19 22:54:11 -0400 |
commit | c0a6a1347041a816d51331285a183fd8b8f69182 (patch) | |
tree | ed9067e54a9e86b03c455fb0639e7f3cb66eb4b2 /release.py | |
parent | 0b0d47d267599d19e5ac5ce442c7f9c92bd1177d (diff) | |
download | external_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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'): |