aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-07-22 15:09:25 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-07-22 15:09:25 -0400
commita84dcfa051d9fe02a5304a557b3527da21f45820 (patch)
tree39037bda808c2b3fc936735bb884b292f1af7829 /release.py
parent08b3db92e72b9ab3d91c5cf604b4ef734d256da9 (diff)
downloadexternal_python_setuptools-a84dcfa051d9fe02a5304a557b3527da21f45820.tar.gz
external_python_setuptools-a84dcfa051d9fe02a5304a557b3527da21f45820.tar.bz2
external_python_setuptools-a84dcfa051d9fe02a5304a557b3527da21f45820.zip
Added link to Travis-CI tests
--HG-- branch : distribute extra : rebase_source : ab6f122c2b3a9533c9c2ee7f1ed845437acf75b7
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'):