Skip to content

Commit

Permalink
Merge pull request #4775 from jmchilton/pin_pydocstyle
Browse files Browse the repository at this point in the history
[17.09] Pin pydocstyles for stable release.
  • Loading branch information
martenson committed Oct 10, 2017
2 parents f9eae90 + ecd0dc4 commit a0f63b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -90,3 +91,4 @@ skip_install = True
deps =
flake8==3.4.1
flake8-docstrings==1.1.0
pydocstyle==2.0.0

0 comments on commit a0f63b6

Please sign in to comment.