Skip to content

Commit

Permalink
Merge pull request #1506 from Pierre-Sassoulas/master
Browse files Browse the repository at this point in the history
Add three missing required dependencies in CONTRIBUTING.md
  • Loading branch information
asottile committed Jun 15, 2020
2 parents ecaf701 + fd53cde commit a336a6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -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

Expand Down

0 comments on commit a336a6b

Please sign in to comment.