[Numpy-svn] [numpy/numpy] b46eec: FIX: Use 'pip' for travis build.

GitHub noreply at github.com
Tue Dec 4 18:27:09 EST 2012


  Branch: refs/heads/maintenance/1.7.x
  Home:   https://github.com/numpy/numpy
  Commit: b46eecbf0477f7a1cee8f2f4cefc69206d86a3cc
      https://github.com/numpy/numpy/commit/b46eecbf0477f7a1cee8f2f4cefc69206d86a3cc
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2012-12-04 (Tue, 04 Dec 2012)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  FIX: Use 'pip' for travis build.

Closes gh-2768.


  Commit: ad9c2f47b491fbf19c48e9c2dc7fd56ddca61685
      https://github.com/numpy/numpy/commit/ad9c2f47b491fbf19c48e9c2dc7fd56ddca61685
  Author: Gabriel <g2p.code at gmail.com>
  Date:   2012-12-04 (Tue, 04 Dec 2012)

  Changed paths:
    M numpy/distutils/exec_command.py

  Log Message:
  -----------
  Assume we can use sys.stdout.fileno() and friends.

The workaround shouldn't be necessary in a recent python shell.
Tested in python, ipython.

In fact, distutils is almost never imported and run manually from an
interactive shell.

This removes the use of `sys.__stdout__`, which broke with distribute
0.6.30 on Python 3.


Compare: https://github.com/numpy/numpy/compare/3a52aa06c50e...ad9c2f47b491


More information about the Numpy-svn mailing list