Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecaf701 + fd53cde commit a336a6bCopy full SHA for a336a6b
1 file changed
CONTRIBUTING.md
@@ -4,12 +4,16 @@
4
5
- The complete test suite depends on having at least the following installed
6
(possibly not a complete list)
7
- - 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)
8
- python2 (Required by a test which checks different python versions)
9
- python3 (Required by a test which checks different python versions)
10
- tox (or virtualenv)
11
- ruby + gem
12
- docker
13
+ - conda
14
+ - cargo (required by tests for rust dependencies)
15
+ - go (required by tests for go dependencies)
16
+ - swift
17
18
### Setting up an environment
19
0 commit comments