Skip to content

Commit

Permalink
Pin pydocstyle...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton authored and natefoo committed Oct 13, 2017
1 parent fe9839b commit 36b974c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -88,3 +91,4 @@ skip_install = True
deps =
flake8==3.2.1
flake8-docstrings==1.1.0
pydocstyle==2.0.0

0 comments on commit 36b974c

Please sign in to comment.