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

Added link to Travis-CI tests

--HG--
branch : distribute
extra : rebase_source : ab6f122c2b3a9533c9c2ee7f1ed845437acf75b7
parent 08b3db92
......@@ -96,6 +96,7 @@ def do_release():
print("Please do that")
raise SystemExit(1)
print("Travis-CI tests: http://travis-ci.org/#!/jaraco/distribute")
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