File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,12 @@ To see Python 2 compatible versions of some patterns please check-out the [legac
105
105
When everything else is done - update corresponding part of README.
106
106
107
107
##### Travis CI
108
- Please run ` tox ` or ` tox -e ci37 ` before submitting a patch to be sure your changes will pass CI.
108
+ Please run the following before submitting a patch
109
+ - ` black . ` This lints your code.
110
+
111
+ Then either:
112
+ - ` tox ` or ` tox -e ci37 ` This runs unit tests. see tox.ini for further details.
113
+ - If you have a bash compatible shell use ` ./lint.sh ` This script will lint and test your code. This script mirrors the CI pipeline actions.
109
114
110
115
You can also run ` flake8 ` or ` pytest ` commands manually. Examples can be found in ` tox.ini ` .
111
116
You can’t perform that action at this time.
0 commit comments