File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219
219
case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
220
220
221
221
- name : Install pytest and other packages needed for running tests
222
- run : pip install flake8 mock pytest pytest-cov requests
222
+ run : pip install flake8 mock pytest pytest-cov requests sphinx-tabs
223
223
224
224
- name : Test build roundup and install locale so lang tests work.
225
225
run : |
@@ -258,6 +258,9 @@ jobs:
258
258
pytest -v -r a --durations=20 test/ --cov=roundup
259
259
fi
260
260
261
+ - name : Build docs
262
+ run : python ./setup.py build_doc
263
+
261
264
- name : Upload coverage to Codecov
262
265
# see: https://github.com/codecov/codecov-action#usage
263
266
uses : codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ script:
182
182
- if [[ "$TRAVIS_PYTHON_VERSION" == "2."* ]]; then
183
183
python -m pytest -v -r a --maxfail=5 test/ --cov=roundup;
184
184
fi
185
+ - python -m pip install sphinx-tabs
185
186
- ./setup.py build_doc
186
187
187
188
after_success :
You can’t perform that action at this time.
0 commit comments