From e747746f0b8e57263fed672fdf726736200d6ab3 Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Sat, 8 Feb 2020 16:55:48 -0500 Subject: [PATCH] remove mention of py27 on 25 oct 2019, setup.py was updated to require python 3.5. this change removes the suggestion of testing against py27. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e351a72a1..0eeb90591b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,8 +22,8 @@ Also, please check the [Gensim FAQ](https://github.com/RaRe-Technologies/gensim/ 6. Check that everything's OK in your branch: - Check it for PEP8: `tox -e flake8` - Build its documentation (works only for MacOS/Linux): `tox -e docs` (documentation stored in `docs/src/_build`) - - Run unit tests: `tox -e py{version}-{os}`, for example `tox -e py27-linux` or `tox -e py36-win` where - - `{version}` is one of `27`, `35`, `36` + - Run unit tests: `tox -e py{version}-{os}`, for example `tox -e py35-linux` or `tox -e py36-win` where + - `{version}` is one of `35`, `36` - `{os}` is either `win` or `linux` 7. Add files, commit and push: `git add ... ; git commit -m "my commit message"; git push origin my-feature` 8. [Create a PR](https://help.github.com/articles/creating-a-pull-request/) on Github. Write a **clear description** for your PR, including all the context and relevant information, such as: