Skip to content

Commit

Permalink
Pin pydocstyles for stable release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Oct 9, 2017
1 parent f9eae90 commit ecd0dc4
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 ecd0dc4

Please sign in to comment.