[Numpy-svn] [numpy/numpy] 52f761: BUG, TST: Fix python3-dbg bug in Travis script

GitHub noreply at github.com
Tue Oct 25 21:15:07 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 52f761d6ee094a8dde25ffc9e4c08dad51b61ae0
      https://github.com/numpy/numpy/commit/52f761d6ee094a8dde25ffc9e4c08dad51b61ae0
  Author: gfyoung <gfyoung17 at gmail.com>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
    M .travis.yml
    A tools/travis-before-install.sh
    M tools/travis-test.sh

  Log Message:
  -----------
  BUG, TST: Fix python3-dbg bug in Travis script

With USE_DEBUG=1, the wrong python was being used
to create the virtualenv, meaning that installed
packages (e.g. Cython) were being installed to
the wrong location.


  Commit: 77ce5f48506c6305cd8987683291275726cde623
      https://github.com/numpy/numpy/commit/77ce5f48506c6305cd8987683291275726cde623
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M .travis.yml
    A tools/travis-before-install.sh
    M tools/travis-test.sh

  Log Message:
  -----------
  Merge pull request #8066 from gfyoung/python3-dbg-patch

BUG, TST: Fix python3-dbg bug in Travis script


Compare: https://github.com/numpy/numpy/compare/3bd79ab56885...77ce5f48506c


More information about the Numpy-svn mailing list