From 28d3bcf1461ff91827c721b921ad2812942c7a38 2012-05-09 23:49:31 From: Fernando Perez Date: 2012-05-09 23:49:31 Subject: [PATCH] Give test_pr proper env call to python interpreter. It was already an executable script, but lacking a shebang line wouldn't work. --- diff --git a/tools/test_pr.py b/tools/test_pr.py index a2d94d3..10ba02c 100755 --- a/tools/test_pr.py +++ b/tools/test_pr.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python """ This is a script for testing pull requests for IPython. It merges the pull request with current master, installs and tests on all available versions of