Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doctests and let TravisCI run doctests #811

Merged
merged 75 commits into from
Nov 18, 2013

Commits on Nov 3, 2013

  1. Configuration menu
    Copy the full SHA
    f4b211f View commit details
    Browse the repository at this point in the history
  2. Let travis run doctests

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    313c444 View commit details
    Browse the repository at this point in the history
  3. Fix corner doc tests

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    610f589 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40fc5d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc35d3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7fbd32 View commit details
    Browse the repository at this point in the history
  7. Fix watershed doctest

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    facc8f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87dcaa4 View commit details
    Browse the repository at this point in the history
  9. Fix block_reduce doctest

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    c737861 View commit details
    Browse the repository at this point in the history
  10. Fix RANSAC doctest

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    41d1246 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    45eae57 View commit details
    Browse the repository at this point in the history
  12. Fix montage2d doctest

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    256a0ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    411de75 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d726a54 View commit details
    Browse the repository at this point in the history
  15. Install nose from PyPI

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    80ec4fc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    326557e View commit details
    Browse the repository at this point in the history
  17. Install PyQt4 for doctests

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    31b52e9 View commit details
    Browse the repository at this point in the history
  18. Install Cython from apt

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    757c081 View commit details
    Browse the repository at this point in the history
  19. Fix PyQt4 for python 3

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    bf82a0a View commit details
    Browse the repository at this point in the history
  20. Install xserver

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    7bf858c View commit details
    Browse the repository at this point in the history
  21. Install Cython via pip

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    0f303a2 View commit details
    Browse the repository at this point in the history
  22. Use xvfb rather than xorg

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    cc33e53 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0e32735 View commit details
    Browse the repository at this point in the history
  24. Build extensions in-place

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    66219e8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1dc346f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e92f415 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5038a0e View commit details
    Browse the repository at this point in the history
  28. Skip ransac doctests

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    f038a95 View commit details
    Browse the repository at this point in the history
  29. Only build in-place

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    20e8e72 View commit details
    Browse the repository at this point in the history
  30. Update bento.info

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    8047d5f View commit details
    Browse the repository at this point in the history
  31. Fix novice doctests

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    8daeb65 View commit details
    Browse the repository at this point in the history
  32. Fix multi image doctest

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    2e7f14d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    23444a5 View commit details
    Browse the repository at this point in the history
  34. Fix novice doctest

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    753cc6f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6e6ca86 View commit details
    Browse the repository at this point in the history
  36. Fix python 3 syntax error

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    8b74ab4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a1fcc65 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b7b391c View commit details
    Browse the repository at this point in the history
  39. Fix rank order doc test

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    c6f9b53 View commit details
    Browse the repository at this point in the history
  40. Fix marching_cubes doctest

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    099b428 View commit details
    Browse the repository at this point in the history
  41. Fix regionprops doctest

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    ad0347d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    dd572a6 View commit details
    Browse the repository at this point in the history
  43. Fix geometric doctests

    ahojnnes committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    591aa08 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0dd36ab View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    aaf0749 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    863e89b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2013

  1. Configuration menu
    Copy the full SHA
    bb1f7df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd06dc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e282b3e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2013

  1. Use travis-ci python config

    ahojnnes committed Nov 7, 2013
    Configuration menu
    Copy the full SHA
    64e21e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f76f06c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2013

  1. Simplify travis config

    ahojnnes committed Nov 8, 2013
    Configuration menu
    Copy the full SHA
    49fc67c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2013

  1. Configuration menu
    Copy the full SHA
    4fa7b5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    729c38c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a242f00 View commit details
    Browse the repository at this point in the history
  4. Remove python 2.6 and 3.3

    ahojnnes committed Nov 9, 2013
    Configuration menu
    Copy the full SHA
    c9a0e53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    615866a View commit details
    Browse the repository at this point in the history
  6. Fix label2rgb bug

    ahojnnes committed Nov 9, 2013
    Configuration menu
    Copy the full SHA
    7f27d5b View commit details
    Browse the repository at this point in the history
  7. Fix misspelled sections

    ahojnnes committed Nov 9, 2013
    Configuration menu
    Copy the full SHA
    fb1c1d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad34647 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f651cba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8a0fcb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2013

  1. Configuration menu
    Copy the full SHA
    b4c190e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b1182c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2013

  1. Configuration menu
    Copy the full SHA
    825ebdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc28d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2013

  1. Configuration menu
    Copy the full SHA
    4566c36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1d146d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    307725e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e472528 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9b50dc View commit details
    Browse the repository at this point in the history
  6. Skip failing ransac doctest

    ahojnnes committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    2bc4cf6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df4ca92 View commit details
    Browse the repository at this point in the history
  8. Fix indentation

    ahojnnes committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    12d2e9a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83f7f37 View commit details
    Browse the repository at this point in the history