1. 15 May, 2018 6 commits
  2. 14 May, 2018 13 commits
  3. 01 May, 2018 2 commits
  4. 28 Apr, 2018 3 commits
  5. 26 Apr, 2018 2 commits
  6. 25 Apr, 2018 2 commits
  7. 20 Apr, 2018 1 commit
  8. 18 Apr, 2018 1 commit
  9. 12 Apr, 2018 2 commits
  10. 09 Apr, 2018 1 commit
  11. 07 Apr, 2018 1 commit
    • Paul Ganssle's avatar
      Switch test_wheel over to subset-based test · ed3762fc
      Paul Ganssle authored
      This is both compatible with the old version of wheel (last one
      supported under Python 3.3) and is more in line with our commitment,
      which is that the wheel install provides at least these files.
      ed3762fc
  12. 06 Apr, 2018 1 commit
  13. 04 Apr, 2018 1 commit
  14. 27 Mar, 2018 1 commit
    • Benoit Pierre's avatar
      Improve speed and clarity of code coverage · 58d299de
      Benoit Pierre authored
      Rationale:
      - tox should work the same as before
      - coverage is too slow and disabled by default locally
      - disable coverage on pypy and pypy3 (way too slow)
      - add coverage info for pkg_resources
      - make sure tests are ignored in coverage
      - make sure all CI jobs are identifiable
      - include coverage for xfail (too complicated otherwise)
      - disable report on terminal
      58d299de
  15. 26 Mar, 2018 2 commits
  16. 23 Mar, 2018 1 commit
    • Paul Ganssle's avatar
      Skip coverage on pypy3 on travis · 685987d6
      Paul Ganssle authored
      On pypy3 on Travis (version 5.8.0), running with coverage
      enabled causes significant slowdown and test_build_meta
      ends up timing out or otherwise failing. Until that is
      fixed, skip coverage on pypy3 on Travis.
      685987d6