File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -128,20 +128,20 @@ Development Instructions
128
128
The current code base is compatible with both py2 and py3.
129
129
Use make to perform a range of activities
130
130
131
- ```
132
- $ make
133
- Makefile for pymodbus
131
+ ::
134
132
135
- Usage:
133
+ $ make
134
+ Makefile for pymodbus
136
135
137
- make install install the package in a virtual environment
138
- make reset recreate the virtual environment
139
- make check check coding style (PEP-8, PEP-257)
140
- make test run the test suite, report coverage
141
- make tox run the tests on all Python versions
142
- make clean cleanup all temporary files
136
+ Usage:
137
+
138
+ make install install the package in a virtual environment
139
+ make reset recreate the virtual environment
140
+ make check check coding style (PEP-8, PEP-257)
141
+ make test run the test suite, report coverage
142
+ make tox run the tests on all Python versions
143
+ make clean cleanup all temporary files
143
144
144
- ```
145
145
146
146
------------------------------------------------------------
147
147
License Information
You can’t perform that action at this time.
0 commit comments