diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-07-22 15:09:25 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-07-22 15:09:25 -0400 |
commit | a84dcfa051d9fe02a5304a557b3527da21f45820 (patch) | |
tree | 39037bda808c2b3fc936735bb884b292f1af7829 /release.py | |
parent | 08b3db92e72b9ab3d91c5cf604b4ef734d256da9 (diff) | |
download | external_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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'): |