diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-17 10:54:37 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-18 01:15:53 +0200 |
commit | 95487b055328b590ba83f258de9637ab0f9a2f17 (patch) | |
tree | f8ff8e97cef3f8eb5ec242728bf6b6b2d97d1615 /test/functional | |
parent | 09d105ef0f8b4b06bf248721a1209c9e16e9db75 (diff) |
doc: Drop mentions of Travis CI as it is no longer used
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/README.md b/test/functional/README.md index 2764acbf18..2d04413eb2 100644 --- a/test/functional/README.md +++ b/test/functional/README.md @@ -23,7 +23,7 @@ don't have test cases for. - The oldest supported Python version is specified in [doc/dependencies.md](/doc/dependencies.md). Consider using [pyenv](https://github.com/pyenv/pyenv), which checks [.python-version](/.python-version), to prevent accidentally introducing modern syntax from an unsupported Python version. - The Travis linter also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126). + The CI linter job also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126). - See [the python lint script](/test/lint/lint-python.sh) that checks for violations that could lead to bugs and issues in the test code. - Use [type hints](https://docs.python.org/3/library/typing.html) in your code to improve code readability |