Commit c0a6a134 authored by Jason R. Coombs's avatar Jason R. Coombs

Update reference to Travis CI using setuptools mirror

--HG--
branch : distribute
parent 0b0d47d2
......@@ -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'):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment