Skip to content

Commit

Permalink
remove mention of py27 (#2751)
Browse files Browse the repository at this point in the history
on 25 oct 2019, setup.py was updated to require python 3.5. this change removes the suggestion of testing against py27.
  • Loading branch information
mattf authored Mar 21, 2020
1 parent cb3d87c commit 493e52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 493e52f

Please sign in to comment.