aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-01-18 09:08:24 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-01-18 09:08:24 -0600
commit9244deaa07e92399556e8f5d0f7b32cf79f2e201 (patch)
tree5ea457a185e610ee5559eaf7af21acb9253c1d2b /tox.ini
parent46950ab9bb7a0d96b2bfe7a21272f4fe0f072b38 (diff)
parent9417608c11482a422a26b8fb4edf3872497e36f1 (diff)
downloadcryptography-9244deaa07e92399556e8f5d0f7b32cf79f2e201.tar.gz
cryptography-9244deaa07e92399556e8f5d0f7b32cf79f2e201.tar.bz2
cryptography-9244deaa07e92399556e8f5d0f7b32cf79f2e201.zip
Merge pull request #2676 from alex/docs-pep8-dedupe
Centralize declaration of docs and pep8 deps in setup.py
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 3 insertions, 12 deletions
diff --git a/tox.ini b/tox.ini
index 1c502d6b..424dc5bb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,12 +19,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
@@ -52,18 +47,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 .