aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-20 09:38:29 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-20 09:38:29 -0700
commitaec036526e5a13364cb02c38746f9f7d113aaa30 (patch)
treed2b35b78e8e40a7d438db8348148b5056793fec9
parentb9811db47e4ed03b810343f0179ee732a40a5912 (diff)
parenta417b84965749fdc89b4c8127820384a808f1631 (diff)
downloadcryptography-aec036526e5a13364cb02c38746f9f7d113aaa30.tar.gz
cryptography-aec036526e5a13364cb02c38746f9f7d113aaa30.tar.bz2
cryptography-aec036526e5a13364cb02c38746f9f7d113aaa30.zip
Merge pull request #1066 from Ayrx/move-doc8
Moved doc8 job to docs
-rw-r--r--tox.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 9e0f6c96..745fb37a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,6 +16,7 @@ commands =
[testenv:docs]
deps =
+ doc8
pyenchant
sphinx
sphinx_rtd_theme
@@ -26,6 +27,7 @@ commands =
sphinx-build -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b spelling docs docs/_build/html
+ doc8 --allow-long-titles README.rst docs/
[testenv:docs-linkcheck]
deps =
@@ -42,24 +44,20 @@ commands =
[testenv:pep8]
deps =
- doc8
flake8
flake8-import-order
pep8-naming
commands =
flake8 .
- doc8 --allow-long-titles README.rst docs/
[testenv:py3pep8]
basepython = python3.3
deps =
- doc8
flake8
flake8-import-order
pep8-naming
commands =
flake8 .
- doc8 --allow-long-titles README.rst docs/
[flake8]
exclude = .tox,*.egg