From 273747624fb7273cfc68c82fc2771daf72fbac6f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 21 Nov 2017 09:24:43 +0100 Subject: [PATCH] Update tox environment list in contributing docs --- doc/contributing.asciidoc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc index b39f3d902..afbb752c5 100644 --- a/doc/contributing.asciidoc +++ b/doc/contributing.asciidoc @@ -100,16 +100,10 @@ Currently, the following tox environments are available: - `py35`, `py36`: Run pytest for python 3.5/3.6 with the system-wide PyQt. - `py36-pyqt57`, ..., `py36-pyqt59`: Run pytest with the given PyQt version (`py35-*` also works). - `py36-pyqt59-cov`: Run with coverage support (other Python/PyQt versions work too). -* `flake8`: Run https://pypi.python.org/pypi/flake8[flake8] checks: - https://pypi.python.org/pypi/pyflakes[pyflakes], - https://pypi.python.org/pypi/pep8[pep8], - https://pypi.python.org/pypi/mccabe[mccabe]. +* `flake8`: Run various linting checks via https://pypi.python.org/pypi/flake8[flake8]. * `vulture`: Run https://pypi.python.org/pypi/vulture[vulture] to find unused code portions. * `pylint`: Run http://pylint.org/[pylint] static code analysis. -* `pydocstyle`: Check - https://www.python.org/dev/peps/pep-0257/[PEP257] compliance with - https://github.com/PyCQA/pydocstyle[pydocstyle]. * `pyroma`: Check packaging practices with https://pypi.python.org/pypi/pyroma/[pyroma]. * `eslint`: Run http://eslint.org/[ESLint] javascript checker.