summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-07-03 19:27:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-07-03 19:27:38 +0000
commita1fd3d0746ade4480fa73bf03b03b268b4c2fc6c (patch)
tree7e819595d15c58bd917c69fdaf2b6f530482d9f9 /CONTRIBUTING.md
parentAdding upstream version 2.5.1. (diff)
downloadpre-commit-a1fd3d0746ade4480fa73bf03b03b268b4c2fc6c.tar.xz
pre-commit-a1fd3d0746ade4480fa73bf03b03b268b4c2fc6c.zip
Adding upstream version 2.6.0.upstream/2.6.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d70a89d..76df437 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,12 +4,16 @@
- The complete test suite depends on having at least the following installed
(possibly not a complete list)
- - git (A sufficiently newer version is required to run pre-push tests)
+ - git (Version 2.24.0 or above is required to run pre-merge-commit tests)
- python2 (Required by a test which checks different python versions)
- python3 (Required by a test which checks different python versions)
- tox (or virtualenv)
- ruby + gem
- docker
+ - conda
+ - cargo (required by tests for rust dependencies)
+ - go (required by tests for go dependencies)
+ - swift
### Setting up an environment