From 012aaf832027ba905b492645ebdeea9d903b6726 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Mon, 9 Oct 2017 15:28:39 -0400 Subject: [PATCH] Pin pydocstyle... --- tox.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 7a6bb49d9b13..4123db280aa4 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ whitelist_externals = bash deps = flake8==3.2.1 flake8-docstrings==1.1.0 + pydocstyle==2.0.0 [testenv:py33-lint] commands = bash .ci/flake8_py3_wrapper.sh @@ -78,8 +79,10 @@ commands = bash .ci/flake8_wrapper_docstrings.sh --exclude whitelist_externals = bash skip_install = True deps = - flake8 - flake8-docstrings + flake8==3.2.1 + flake8-docstrings==1.1.0 + pydocstyle==2.0.0 + [testenv:py27-lint-docstring-include-list] commands = bash .ci/flake8_wrapper_docstrings.sh --include @@ -88,3 +91,4 @@ skip_install = True deps = flake8==3.2.1 flake8-docstrings==1.1.0 + pydocstyle==2.0.0