diff --git a/README.rst b/README.rst index 729786a..c6a7847 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ Pros: * Open Source: https://github.com/python-useful-helpers/exec-helpers * PyPI packaged: https://pypi.python.org/pypi/exec-helpers * Self-documented code: docstrings with types in comments -* Tested: see bages on top +* Tested: see badges on top * Support multiple Python versions: :: @@ -178,7 +178,7 @@ If no STDOUT or STDERR required, it is possible to disable this FIFO pipes via ` The next command level uses lower level and kwargs are forwarded, so expected exit codes are forwarded from `check_stderr`. Implementation specific flags are always set via kwargs. -If required to mask part of command from logging, `log_mask_re` attribute can be set global over instance or providden with command. +If required to mask part of command from logging, `log_mask_re` attribute can be set global over instance or provided with command. All regex matched groups will be replaced by `'<*masked*>'`. .. code-block:: python diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b1492cb..3be4884 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,12 +2,6 @@ # Create and test a Python package on multiple Python versions. # Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/python -trigger: -- master -- py35 -pr: -- master -- py35 jobs: - job: 'PyLint'