File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,15 +33,16 @@ This plugin template is all set up to use the same strategy.
3333
3434### Running unit tests
3535
36- Run ` pytest ` from the top level directory of your plugin to run all the unit tests.
36+ Run ` pytest ` from the top level directory of your plugin to run all the
37+ unit tests.
3738
3839### Use tox to run unit tests in multiple versions of python
3940
4041The included ` tox.ini ` is setup to run the unit tests in python 3.4, 3.5,
41- and 3.6. In order for tox to work, you need to have different versions of
42+ and 3.6. In order for ` tox ` to work, you need to have different versions of
4243python executables available in your path.
4344[ pyenv] ( https://github.com/pyenv/pyenv ) is one method of doing this easily.
44- Once installed, use pyenv to create multiple versions of python:
45+ Once ` pyenv ` is installed, use it to install multiple versions of python:
4546
4647```
4748$ pyenv install 3.4.8
@@ -66,8 +67,9 @@ AppVeyor and TravisCI offer free plans for open source projects.
6667
6768## Examples
6869
69- Include an example or two in the ` examples ` directory that shows a developer how your plugin
70- works, and how to utilize it from within their application.
70+ Include an example or two in the ` examples ` directory that shows a
71+ developer how your plugin works, and how to utilize it from within their
72+ application.
7173
7274
7375## Distribution and Packaging
You can’t perform that action at this time.
0 commit comments