diff options
-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'): |