From ecd0dc4244cff688491dec7f2404ef65d1e1d861 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Mon, 9 Oct 2017 15:10:33 -0400 Subject: [PATCH] Pin pydocstyles for stable release. --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 593185b8a7e7..568d8567aa37 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ whitelist_externals = bash deps = flake8==3.4.1 flake8-docstrings==1.1.0 + pydocstyle==2.0.0 [testenv:py33-lint] commands = bash .ci/flake8_py3_wrapper.sh @@ -81,7 +82,7 @@ skip_install = True deps = flake8 flake8-docstrings==1.1.0 - + pydocstyle==2.0.0 [testenv:py27-lint-docstring-include-list] commands = bash .ci/flake8_wrapper_docstrings.sh --include @@ -90,3 +91,4 @@ skip_install = True deps = flake8==3.4.1 flake8-docstrings==1.1.0 + pydocstyle==2.0.0