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.
1 parent aab33d1 commit a960084Copy full SHA for a960084
1 file changed
README.rst
@@ -258,10 +258,5 @@ Contributing
258
259
1. Clone the repo.
260
2. Add your modifications
261
-3. Run :code:`python setup.py test --pytest-args --cov=./commitizen`
262
-
263
264
-Testing
265
-========
266
267
- pytest -s --cov-report term-missing --cov=commitizen tests/
+3. Create a virtualenv
+4. Run :code:`pytest -s --cov-report term-missing --cov=commitizen tests/`
0 commit comments