We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05b35f commit 9581e5aCopy full SHA for 9581e5a
README.md
@@ -105,7 +105,12 @@ To see Python 2 compatible versions of some patterns please check-out the [legac
105
When everything else is done - update corresponding part of README.
106
107
##### Travis CI
108
-Please run `tox` or `tox -e ci37` before submitting a patch to be sure your changes will pass CI.
+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.
114
115
You can also run `flake8` or `pytest` commands manually. Examples can be found in `tox.ini`.
116
0 commit comments