diff .travis.yml @ 7742:b7a8d9664938

doc: fix build_docs test on travis and add to github ci Travis CI build failed build_doc due to missing sphinx-tabs. Add the package for travis. Also github was not building docs at all. Add builiding docs.
author John Rouillard <rouilj@ieee.org>
date Tue, 20 Feb 2024 07:35:54 -0500
parents 7e2552cc0b62
children 5ac9253d2a5f
line wrap: on
line diff
--- a/.travis.yml	Mon Feb 19 19:03:18 2024 -0500
+++ b/.travis.yml	Tue Feb 20 07:35:54 2024 -0500
@@ -182,6 +182,7 @@
   - if [[ "$TRAVIS_PYTHON_VERSION" == "2."* ]]; then
     python -m pytest -v -r a --maxfail=5 test/ --cov=roundup;
     fi
+  - python -m pip install sphinx-tabs
   - ./setup.py build_doc
 
 after_success:

Roundup Issue Tracker: http://roundup-tracker.org/