Skip to content

Commit c761fbe

Browse files
authored
Merge pull request #39 from okdtsk/fix_flake8-docstring-deps
Specify pydoctyle version due to dependency issue (workaround)
2 parents 2a2e758 + 5711c02 commit c761fbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ basepython = python3.5
1717
deps =
1818
flake8
1919
flake8-docstrings
20+
pydocstyle==1.1.1
2021
commands = flake8 linebot/
2122

2223
[testenv:py35-flake8-other]

0 commit comments

Comments
 (0)