[Numpy-svn] [numpy/numpy] e3e502: Add a little command-line tool for running tests, ...

GitHub noreply at github.com
Mon May 28 12:42:29 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: e3e5028e2e5c1e55b63dac6624df1c6713a6d274
      https://github.com/numpy/numpy/commit/e3e5028e2e5c1e55b63dac6624df1c6713a6d274
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M .gitignore
    A tools/test-installed-numpy.py
    A tox.ini

  Log Message:
  -----------
  Add a little command-line tool for running tests, plus tox support

Tox is a handy little tool to make it easier than not to run proper
tests that exercise the build system and are run against multiple
Python versions: http://pypi.python.org/pypi/tox
See comment at the top of tox.ini for hints.


  Commit: 470c8572022ad2cecb21224bfeb8108524fd510a
      https://github.com/numpy/numpy/commit/470c8572022ad2cecb21224bfeb8108524fd510a
  Author: Travis E. Oliphant <teoliphant at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M .gitignore
    A tools/test-installed-numpy.py
    A tox.ini

  Log Message:
  -----------
  Merge pull request #285 from njsmith/add-tox

Add a little command-line tool for running tests, plus tox support


Compare: https://github.com/numpy/numpy/compare/fce322d...470c857


More information about the Numpy-svn mailing list