aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
Diffstat (limited to 'release.py')
-rw-r--r--release.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release.py b/release.py
index 487e6d58..54a36175 100644
--- a/release.py
+++ b/release.py
@@ -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'):