aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-17 22:03:43 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-17 22:03:43 -0700
commit4e75eb45c2aaee045f15be4818c097a60f59036c (patch)
tree4b9447cc833fe661665e0cb6bdecd10222abf0a3 /tox.ini
parent3884b6afbf484dc49a0ba6fdaf7be4343ed480cf (diff)
downloadcryptography-4e75eb45c2aaee045f15be4818c097a60f59036c.tar.gz
cryptography-4e75eb45c2aaee045f15be4818c097a60f59036c.tar.bz2
cryptography-4e75eb45c2aaee045f15be4818c097a60f59036c.zip
Testing for doc8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e7d168d6..53e277a5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pypy,py32,py33,py34,docs,pep8,py3pep8
+envlist = py26,py27,pypy,py32,py33,py34,docs,pep8,py3pep8,doc8
[testenv]
# If you add a new dep here you probably need to add it in setup.py as well
@@ -55,6 +55,10 @@ deps =
pep8-naming
commands = flake8 .
+[testenv:doc8]
+deps = doc8
+commands = doc8 README.rst docs/
+
[flake8]
exclude = .tox,*.egg
select = E,W,F,N,I