From 3a3bb843e5fa89fa94b1c9a586dc085cc2e2c76a Mon Sep 17 00:00:00 2001 From: Ben Lopatin Date: Fri, 8 Apr 2016 13:59:18 -0400 Subject: [PATCH] Check for docstrings with flake8 [ci skip] --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 433041f..ad49084 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,9 @@ commands = python setup.py test [testenv:flake8] basepython=python -deps=flake8 +deps= + flake8 + flake8_docstrings commands= flake8 pydiscourse