提交歷史

作者 SHA1 備註 提交日期
  Jelmer Vernooij 668eae5698 Ignore style errors under .tox/ 8 年之前
  Jelmer Vernooij fcfe46d9e0 Fix all flake8 style issues. 8 年之前
  Jelmer Vernooij 02f34701c4 Exclude build and .git when looking for style violations. 8 年之前
  Jelmer Vernooij 52a7c11c40 Add 'style' target. 8 年之前
  Jelmer Vernooij 02ab6de363 Add coverage config. 9 年之前
  Jelmer Vernooij 7a9d4d707e Drop support for python 2.6. 9 年之前
  Jelmer Vernooij 035c997cc9 Build sphinx docs as part of 'doc' target. 10 年之前
  Jelmer Vernooij 3ff41893bb Reintroduce Python2.6 support. 11 年之前
  Jelmer Vernooij 18ea109708 Remove GNU make-ish. 11 年之前
  Augie Fackler e43ea1eac2 Makefile: run tests with PYTHONHASHSEED=random 11 年之前
  Jelmer Vernooij 081f4f79cf Move the swift backend to dulwich/contrib. 11 年之前
  Jelmer Vernooij 0fc578cb10 Add 'make before-push' target. 11 年之前
  Jelmer Vernooij c4c1fec37b Add pep8 make target and fix some pep8ness. 11 年之前
  Jelmer Vernooij 1cd3d56f66 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 年之前
  Jelmer Vernooij b76a163d21 Remove pylint config. 11 年之前
  Michael K fd1434f580 Use the print() function in Makefile. 11 年之前
  Jelmer Vernooij 706534e9bf Add lint support. 12 年之前
  Jelmer Vernooij ee570a7d07 Add 'make check-compat'. 13 年之前
  Nix 5eaf1bef93 Support DESTDIR in the Makefile. 13 年之前
  Jelmer Vernooij 5135f6c64e Add 'make check-tutorial'. 14 年之前
  Jelmer Vernooij 72892ee623 Add 'check-all' target. 14 年之前
  Jelmer Vernooij 6066db8428 Add 'check-pypy' rule to Makefile. 14 年之前
  Dave Borowitz 5d0b069968 Fix unittest2 runner and reorganize test imports. 15 年之前
  Jelmer Vernooij 89af40e4fc Use unittest or unittest2 test runner instead of nose for running tests from the testsuite. 15 年之前
  Jelmer Vernooij 97821684f0 Makefile: add check-nocompat target. 15 年之前
  Jelmer Vernooij 242f40a504 tests: Run compat tests from "normal" testsuite, but skip if C git was not 15 年之前
  Jelmer Vernooij 8830030692 Makefile: Prepend PYTHONPATH rather than overriding it. 15 年之前
  Dave Borowitz a52472349d Add TESTFLAGS variable to Makefile to make running nosetests easier. 16 年之前
  Jelmer Vernooij 1be30345df If git is available on the local machine, always run the compatibility tests so I don't break stuff again. 16 年之前
  Dave Borowitz 1e925b3710 Add cgit compatibility testing framework. 16 年之前