aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-05-18 22:34:14 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-05-18 22:34:14 -0500
commita7b8381053568dfea7cc25863933aa39048b4950 (patch)
tree6ffea1fecaaa3dec4600f362cf038e5124d7e2e4
parentf811b6853e8e35f9354f26fd347ec879df5c2b44 (diff)
parent7b62cca7f397c2c722fefd3abd42691f7129a96e (diff)
downloadcryptography-a7b8381053568dfea7cc25863933aa39048b4950.tar.gz
cryptography-a7b8381053568dfea7cc25863933aa39048b4950.tar.bz2
cryptography-a7b8381053568dfea7cc25863933aa39048b4950.zip
Merge pull request #1056 from alex/doc8
Testing for doc8
-rw-r--r--.travis.yml1
-rw-r--r--tox.ini10
2 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f4c40470..cacd1e27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,6 +49,7 @@ matrix:
- os: osx
env: TOX_ENV=py3pep8
compiler: clang
+
- os: linux
env: TOX_ENV=docs
compiler: clang
diff --git a/tox.ini b/tox.ini
index e7d168d6..9e0f6c96 100644
--- a/tox.ini
+++ b/tox.ini
@@ -42,18 +42,24 @@ commands =
[testenv:pep8]
deps =
+ doc8
flake8
flake8-import-order
pep8-naming
-commands = flake8 .
+commands =
+ flake8 .
+ doc8 --allow-long-titles README.rst docs/
[testenv:py3pep8]
basepython = python3.3
deps =
+ doc8
flake8
flake8-import-order
pep8-naming
-commands = flake8 .
+commands =
+ flake8 .
+ doc8 --allow-long-titles README.rst docs/
[flake8]
exclude = .tox,*.egg