From 9417608c11482a422a26b8fb4edf3872497e36f1 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 17 Jan 2016 23:28:05 -0500 Subject: Centralize declaration of docs and pep8 deps in setup.py --- tox.ini | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 6ad82856..5cba83ec 100644 --- a/tox.ini +++ b/tox.ini @@ -24,12 +24,7 @@ commands = [testenv:docs] deps = - doc8 - pyenchant - readme_renderer - sphinx - sphinx_rtd_theme - sphinxcontrib-spelling + .[docs-test] basepython = python2.7 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html @@ -57,18 +52,14 @@ commands = [testenv:pep8] deps = - flake8 - flake8-import-order - pep8-naming + .[pep8-test] commands = flake8 . [testenv:py3pep8] basepython = python3 deps = - flake8 - flake8-import-order - pep8-naming + .[pep8-test] commands = flake8 . -- cgit v1.2.3