File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ environment:
14
14
install :
15
15
- ' %PYTHON%\python.exe -m pip install -U pip wheel setuptools'
16
16
- ' %PYTHON%\python.exe -m pip install .[tests]'
17
- - ' %PYTHON%\python.exe -m pip install flake8 flake8-docstrings'
17
+ - ' %PYTHON%\python.exe -m pip install "pydocstyle<4.0.0" flake8 flake8-docstrings'
18
18
19
19
test_script :
20
20
- ' %PYTHON%\python.exe -m pytest'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ matrix:
18
18
install :
19
19
- if [[ "$TEST_MODE" == "DOCS" ]]; then pip install -q .; fi
20
20
- if [[ "$TEST_MODE" != "DOCS" ]]; then pip install -q .[tests]; fi
21
- - if [[ "$TEST_MODE" != "DOCS" ]]; then pip install flake8 flake8-docstrings; fi
21
+ - if [[ "$TEST_MODE" != "DOCS" ]]; then pip install "pydocstyle<4.0.0" flake8 flake8-docstrings; fi
22
22
script :
23
23
- if [[ "$TEST_MODE" != "DOCS" ]]; then pytest; fi
24
24
- if [[ "$TEST_MODE" != "DOCS" ]]; then flake8; fi
You can’t perform that action at this time.
0 commit comments