<p dir="ltr">The top of the build log has the actual git command they used to check out the source - it's some clever GitHub thing that gives the same thing as pressing the green button would iirc. You could copy the commands from the log to check that out locally though and see what the .travis.tml actually says. And if it's wrong poke around in the git history to figure out why.</p>

<p dir="ltr">-n</p>
<div class="gmail_quote">On 14 Dec 2012 17:20, "Ondřej Čertík" <<a href="mailto:ondrej.certik@gmail.com">ondrej.certik@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, Dec 14, 2012 at 12:32 AM, Nathaniel Smith <<a href="mailto:njs@pobox.com">njs@pobox.com</a>> wrote:<br>
> I only checked this build:<br>
> <a href="https://secure.travis-ci.org/#!/certik/numpy/jobs/3656960" target="_blank">https://secure.travis-ci.org/#!/certik/numpy/jobs/3656960</a><br>
> But that log clearly shows 'python setup.py install' being used instead of<br>
> 'pip install'. How certain are you that your branch actually has my fix?<br>
<br>
Right. So is this one (using "python setup.py install"):<br>
<br>
<a href="https://travis-ci.org/numpy/numpy/jobs/3330235" target="_blank">https://travis-ci.org/numpy/numpy/jobs/3330235</a><br>
<br>
No wonder that it fails. Since I rebased this on top of master and the master<br>
has this fix, and so does the 1.7 branch, I can't explain it. I know that<br>
the master at certik/numpy github does not have that fix (since I didn't push in<br>
there lately), but I don't see how that could matter, unless there is<br>
a bug at Travis.<br>
The branches that I created the pull requests from should have that fix.<br>
<br>
<br>
Ondrej<br>
_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
</blockquote></div>