Skip to content

Commit

Permalink
Added coverage as a dev requirement (tableau#341) (tableau#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecherian authored and 0golovatyi committed Sep 24, 2019
1 parent b5a90b9 commit c3033d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ be able to work on TabPy changes:
- Create a new branch for your changes.
- When changes are ready push them on github and create merge request.
- PIP packages - install all with
`pip install pytest pycodestyle autopep8 twine --upgrade` command
`pip install pytest pycodestyle autopep8 twine coverage --upgrade` command
- Node.js for npm packages - install from <https://nodejs.org>.
- NPM packages - install all with
`npm install markdown-toc markdownlint` command.
Expand Down

0 comments on commit c3033d7

Please sign in to comment.